Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Attributes | List of all members
sll_t_poisson_1d_periodic Type Reference

Solver data structure. More...

Collaboration diagram for sll_t_poisson_1d_periodic:

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...
 

Detailed Description

Solver data structure.

Definition at line 47 of file sll_m_poisson_1d_periodic.F90.

Member Data Documentation

◆ eta1_max

real(kind=f64) eta1_max
private

right corner

Definition at line 50 of file sll_m_poisson_1d_periodic.F90.

◆ eta1_min

real(kind=f64) eta1_min
private

left corner

Definition at line 49 of file sll_m_poisson_1d_periodic.F90.

◆ nc_eta1

integer(kind=i32) nc_eta1
private

number of cells

Definition at line 48 of file sll_m_poisson_1d_periodic.F90.

◆ work

real(kind=f64), dimension(:), pointer work
private

array used by fftpack

Definition at line 52 of file sll_m_poisson_1d_periodic.F90.

◆ wsave

real(kind=f64), dimension(:), pointer wsave
private

array used by fftpack

Definition at line 51 of file sll_m_poisson_1d_periodic.F90.

    Report Typos and Errors