#include "sll_assert.h"
#include "sll_errors.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
subroutine, public | sll_s_qn_solver_2d_polar_par_init (solver, layout_r, layout_a, rmin, rmax, nr, ntheta, bc_rmin, bc_rmax, rho_m0, b_magn, lambda, use_zonal_flow, epsilon_0, rgrid) |
| Initialize the solver. More...
|
|
subroutine, public | sll_s_qn_solver_2d_polar_par_solve (solver, rho, phi) |
| Solve the quasi-neutrality equation and get the electrostatic potential. More...
|
|
subroutine, public | sll_s_qn_solver_2d_polar_par_free (solver) |
| Delete contents (local storage) of quasi-neutrality solver. More...
|
|
subroutine | verify_argument_sizes_par (layout, array, array_name) |
| Check if array sizes are compatible with the layout. More...
|
|