Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Solver data structure. More...
Private Attributes | |
integer(kind=i32) | nc_eta1 |
number of cells More... | |
real(kind=f64) | eta1_min |
left corner More... | |
real(kind=f64) | eta1_max |
right corner More... | |
real(kind=f64), dimension(:), pointer | wsave |
array used by fftpack More... | |
real(kind=f64), dimension(:), pointer | work |
array used by fftpack More... | |
Solver data structure.
Definition at line 47 of file sll_m_poisson_1d_periodic.F90.
|
private |
right corner
Definition at line 50 of file sll_m_poisson_1d_periodic.F90.
|
private |
left corner
Definition at line 49 of file sll_m_poisson_1d_periodic.F90.
|
private |
number of cells
Definition at line 48 of file sll_m_poisson_1d_periodic.F90.
|
private |
array used by fftpack
Definition at line 52 of file sll_m_poisson_1d_periodic.F90.
|
private |
array used by fftpack
Definition at line 51 of file sll_m_poisson_1d_periodic.F90.