|
| integer function, public | vac_ops::store_vac (grid, eq_1, eq_2, vac) |
| | Stores calculation of the vacuum response by storing the necessary variables.
|
| integer function | vac_ops::calc_gh_1 (vac, n_r_in, lims_r_in, x_vec_in, g_in, h_in, ext_in) |
| | Calculates matrices G and H in 3-D configuration.
|
| logical function | on_field_line (cd, kd, n_ang) |
| integer function | vac_ops::calc_gh_2 (vac, n_r_in, lims_r_in, x_vec_in, g_in, h_in, ext_in) |
| | Calculates matrices G and H in axisymmetric configurations.
|
| integer function, public | vac_ops::calc_vac_res (mds, vac) |
| | Calculates the vacuum response.
|
| integer function, public | vac_ops::vac_pot_plot (grid_sol, vac, sol, x_id) |
| | Calculate vacuum potential at some positions that are not resonant.
|
| integer function | vac_ops::solve_phi_bem (vac, r, phi, n_rphi, n_loc_rphi, lims_c_rphi, desc_rphi) |
| | Calculates potential Phi on boundary of BEM in terms of some right-hand side .
|
| integer function, public | vac_ops::print_output_vac (vac, data_name, rich_lvl) |
| | Print vacuum quantities of a certain order to an output file.
|