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_initialize Interface Reference

Private Member Functions

subroutine initialize_poisson_2d_periodic_fft (self, x_min, x_max, nc_x, y_min, y_max, nc_y, error)
 sll_o_initialize the Poisson solver More...
 

Detailed Description

Definition at line 74 of file sll_m_poisson_2d_periodic.F90.

Member Function/Subroutine Documentation

◆ initialize_poisson_2d_periodic_fft()

subroutine initialize_poisson_2d_periodic_fft ( type(sll_t_poisson_2d_periodic_fft self,
real(kind=f64), intent(in)  x_min,
real(kind=f64), intent(in)  x_max,
integer(kind=i32)  nc_x,
real(kind=f64), intent(in)  y_min,
real(kind=f64), intent(in)  y_max,
integer(kind=i32)  nc_y,
integer(kind=i32)  error 
)
private

sll_o_initialize the Poisson solver

Parameters
selfSelf data object
[in]x_minleft corner direction x
[in]x_maxright corner direction x
[in]y_minleft corner direction y
[in]y_maxright corner direction y
errorerror code
nc_xnumber of cells direction x
nc_ynumber of cells direction y

Definition at line 250 of file sll_m_poisson_2d_periodic.F90.

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