Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
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... | |
Definition at line 74 of file sll_m_poisson_2d_periodic.F90.
|
private |
sll_o_initialize the Poisson solver
self | Self data object | |
[in] | x_min | left corner direction x |
[in] | x_max | right corner direction x |
[in] | y_min | left corner direction y |
[in] | y_max | right corner direction y |
error | error code | |
nc_x | number of cells direction x | |
nc_y | number of cells direction y |
Definition at line 250 of file sll_m_poisson_2d_periodic.F90.