Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_o_solve Interface Reference

Private Member Functions

subroutine solve_potential_poisson_2d_periodic_fft (self, phi, rho)
 sll_o_solve Poisson equation on 2D mesh with periodic boundary conditions. return potential. More...
 
subroutine solve_e_fields_poisson_2d_periodic_fft (self, e_x, e_y, rho, nrj)
 sll_o_solve Poisson equation on 2D mesh with periodic boundary conditions. return electric fields. More...
 

Detailed Description

Definition at line 78 of file sll_m_poisson_2d_periodic.F90.

Member Function/Subroutine Documentation

◆ solve_e_fields_poisson_2d_periodic_fft()

subroutine solve_e_fields_poisson_2d_periodic_fft ( type(sll_t_poisson_2d_periodic_fft), intent(inout)  self,
real(kind=f64), dimension(:, :), intent(out)  e_x,
real(kind=f64), dimension(:, :), intent(out)  e_y,
real(kind=f64), dimension(:, :), intent(in)  rho,
real(kind=f64), optional  nrj 
)
private

sll_o_solve Poisson equation on 2D mesh with periodic boundary conditions. return electric fields.

Parameters
[in,out]selfSelf data object
[in]rhoCharge density
[out]e_xElectric field x
[out]e_yElectric field y
nrjEnergy

Definition at line 342 of file sll_m_poisson_2d_periodic.F90.

Here is the call graph for this function:

◆ solve_potential_poisson_2d_periodic_fft()

subroutine solve_potential_poisson_2d_periodic_fft ( type(sll_t_poisson_2d_periodic_fft self,
real(kind=f64), dimension(:, :), intent(out)  phi,
real(kind=f64), dimension(:, :), intent(in)  rho 
)
private

sll_o_solve Poisson equation on 2D mesh with periodic boundary conditions. return potential.

Parameters
selfself data object
[in]rhocharge density
[out]phielectric potential

Definition at line 314 of file sll_m_poisson_2d_periodic.F90.

Here is the call graph for this function:
    Report Typos and Errors