#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_poisson_2d_polar_par_init (solver, layout_r, layout_a, rmin, rmax, nr, ntheta, bc_rmin, bc_rmax, rgrid) |
| sll_o_initialize the Poisson solver in polar coordinates More...
|
|
subroutine, public | sll_s_poisson_2d_polar_par_solve (solver, rho, phi) |
| Solve the Poisson equation and get the electrostatic potential. More...
|
|
subroutine, public | sll_s_poisson_2d_polar_par_free (solver) |
| Delete contents (local storage) of Poisson's solver. More...
|
|
subroutine | verify_argument_sizes_par (layout, array, array_name) |
| Check if array sizes are compatible with the layout. More...
|
|