#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
| type | sll_t_poisson_3d_periodic |
| | Structure to solve Poisson equation on 3d domain. Mesh is cartesian and all boundary conditions are periodic. Numerical method is FFT based. More...
|
| |
|
| subroutine, public | sll_s_poisson_3d_periodic_init (self, nx, ny, nz, Lx, Ly, Lz) |
| | Allocate a structure to solve Poisson equation on 3d cartesian mesh with periodic boundary conditions. More...
|
| |
| subroutine, public | sll_s_poisson_3d_periodic_solve (self, rho, phi) |
| | Compute the potential from 3d Poisson solver. More...
|
| |
| subroutine, public | sll_s_poisson_3d_periodic_free (self) |
| | Delete the 3d poisson solver object. More...
|
| |