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_1d_periodic.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
#include "sll_errors.h"
Include dependency graph for sll_m_poisson_1d_periodic.F90:

Go to the source code of this file.

Data Types

type  sll_t_poisson_1d_periodic
 Solver data structure. More...
 
type  sll_c_poisson_1d_periodic
 
interface  sll_o_new
 Create a sll_o_new poisson solver on 1d mesh. More...
 
interface  sll_o_initialize
 sll_o_initialize a sll_o_new poisson solver on 1d mesh More...
 
interface  sll_o_solve
 sll_o_solve the Poisson equation on 1d mesh and compute the potential More...
 

Modules

module  sll_m_poisson_1d_periodic
 Module to sll_o_solve Poisson equation on one dimensional mesh using FFT transform.
 

Functions/Subroutines

type(sll_t_poisson_1d_periodic) function, pointer new_poisson_1d_periodic (eta1_min, eta1_max, nc_eta1, error)
 Create a sll_o_new solver. More...
 
subroutine initialize_poisson_1d_periodic (self, eta1_min, eta1_max, nc_eta1, error)
 sll_o_initialize the solver More...
 
subroutine solve_poisson_1d_periodic (self, field, rhs)
 
type(sll_c_poisson_1d_periodic) function, pointer, public sll_f_new_poisson_1d_periodic (eta1_min, eta1_max, nc_eta1)
 
subroutine initialize_poisson_1d_periodic_wrapper (poisson, eta1_min, eta1_max, nc_eta1)
 
subroutine compute_phi_from_rho_1d_periodic (poisson, phi, rho)
 
subroutine compute_e_from_rho_1d_periodic (poisson, E, rho)
 
    Report Typos and Errors