Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_poisson_3d_periodic.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_poisson_3d_periodic.F90:

Go to the source code of this file.

Data Types

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...
 

Modules

module  sll_m_poisson_3d_periodic
 3D poisson solver with periodic boundary conditions
 

Functions/Subroutines

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...
 
    Report Typos and Errors