Go to the source code of this file.
|
interface | sol_utilities::calc_xuq |
| Calculates the normal ( \(\cdot_n\)) or geodesic ( \(\cdot_g\)) components of the plasma perturbation \(\vec{\xi}\) or the magnetic perturbation \(\vec{Q} = \nabla \times \left(\vec{x} \times \vec{B}\right)\). More...
|
|
|
module | sol_utilities |
| Numerical utilities related to the solution vectors.
|
|
|
integer function, public | sol_utilities::calc_tot_sol_vec (mds, grid_sol, sol_vec_loc, sol_vec_tot, deriv) |
| Calculate the total version of the solution vector from the local version. More...
|
|
integer function, public | sol_utilities::calc_loc_sol_vec (mds, i_min, sol_vec_tot, sol_vec_loc) |
| Calculate the local version of the solution vector from the total version. More...
|
|
integer function, public | sol_utilities::interp_v_spline (V_i, V_o, r_i, r_o, extrap, ivs_stat) |
| Interpolation for a quantity V using splines. More...
|
|