|
| integer function, public | grid_utilities::calc_xyz_grid (grid_eq, grid_xyz, x, y, z, l, r) |
| | Calculates \(X\), \(Y\) and \(Z\) on a grid grid_XYZ, determined through its E(quilibrium) coordinates.
|
| integer function, public | grid_utilities::extend_grid_f (grid_in, grid_ext, grid_eq, n_theta_plot, n_zeta_plot, lim_theta_plot, lim_zeta_plot) |
| | Extend a grid angularly.
|
| integer function, public | grid_utilities::copy_grid (grid_a, grid_b, lims_b, i_lim) |
| | Copy a grid A to a new grid B, that was not yet initialized.
|
| integer function, public | grid_utilities::calc_int_vol (ang_1, ang_2, norm, j, f, f_int) |
| | Calculates volume integral on a 3D grid.
|
| integer function, public | grid_utilities::trim_grid (grid_in, grid_out, norm_id) |
| | Trim a grid, removing any overlap between the different regions.
|
| integer function, public | grid_utilities::untrim_grid (grid_in, grid_out, size_ghost) |
| | Untrims a trimmed grid by introducing an asymmetric ghost regions at the right.
|
| integer function, public | grid_utilities::calc_vec_comp (grid, grid_eq, eq_1, eq_2, v_com, norm_disc_prec, v_mag, base_name, max_transf, v_flux_tor, v_flux_pol, xyz, compare_tor_pos) |
| | Calculates contra- and covariant components of a vector in multiple coordinate systems.
|
| integer function, public | grid_utilities::calc_n_par_x_rich (n_par_x_rich, only_half_grid) |
| | Calculates the local number of parallel grid points for this Richardson level, taking into account that it ould be half the actual number.
|
| integer function, public | grid_utilities::nufft (x, f, f_f, plot_name) |
| | calculates the cosine and sine mode numbers of a function defined on a non-regular grid.
|
| subroutine, public | grid_utilities::find_compr_range (r_f, lim_r, lim_id) |
| | finds smallest range that comprises a minimum and maximum value.
|
| integer function, public | grid_utilities::calc_arc_angle (grid, eq_1, eq_2, arc, use_e) |
| | Calculate arclength angle.
|