Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Structure to solve Poisson equation on 3d mesh with periodic boundary conditions. Solver is parallel and numerical method is based on fft transform. Number of cells, which in this periodic case is equal to the number of points. More...
Private Attributes | |
integer(kind=i32) | ncx |
number of cells in x More... | |
integer(kind=i32) | ncy |
number of cells in y More... | |
integer(kind=i32) | ncz |
number of cells in z More... | |
real(kind=f64) | lx |
x domain length More... | |
real(kind=f64) | ly |
y domain length More... | |
real(kind=f64) | lz |
z domain length More... | |
real(kind=f64) | dx |
x domain grid spacing More... | |
real(kind=f64) | dy |
y domain grid spacing More... | |
real(kind=f64) | dz |
z domain grid spacing More... | |
type(sll_t_fft) | px |
fft plan in x More... | |
type(sll_t_fft) | py |
fft plan in y More... | |
type(sll_t_fft) | pz |
fft plan in z More... | |
type(sll_t_fft) | px_inv |
inverse fft in x More... | |
type(sll_t_fft) | py_inv |
inverse fft in y More... | |
type(sll_t_fft) | pz_inv |
inverse fft in z More... | |
type(sll_t_layout_3d), pointer | layout_split |
split layout for remap comming from program More... | |
type(sll_t_layout_3d), pointer | layout_x |
x layout for remap More... | |
type(sll_t_layout_3d), pointer | layout_y |
y layout for remap More... | |
type(sll_t_layout_3d), pointer | layout_z |
z layout for remap More... | |
integer(kind=i32), dimension(3, 3) | loc_sizes |
local sizes More... | |
complex(kind=f64), dimension(:, :, :), pointer | array_x |
x array component More... | |
complex(kind=f64), dimension(:, :, :), pointer | array_y |
y array component More... | |
complex(kind=f64), dimension(:, :, :), pointer | array_z |
z array component More... | |
complex(kind=f64), dimension(:, :, :), pointer | array_z1 |
z array component More... | |
complex(kind=f64), dimension(:, :, :), pointer | array_z2 |
z array component More... | |
complex(kind=f64), dimension(:), allocatable | array1d_x |
complex(kind=f64), dimension(:), allocatable | array1d_y |
complex(kind=f64), dimension(:), allocatable | array1d_z |
real(kind=f64), dimension(:, :, :), allocatable | phi_x1 |
real(kind=f64), dimension(:, :, :), allocatable | phi_x2 |
real(kind=f64), dimension(:, :, :), allocatable | phi_x3 |
real(kind=f64), dimension(:, :, :), allocatable | ex_x1 |
real(kind=f64), dimension(:, :, :), allocatable | ey_x2 |
real(kind=f64), dimension(:, :, :), allocatable | ez_x3 |
type(sll_t_remap_plan_3d_comp64), pointer | rmp3_xy |
transpose from x to y More... | |
type(sll_t_remap_plan_3d_comp64), pointer | rmp3_yz |
transpose from y to z More... | |
type(sll_t_remap_plan_3d_comp64), pointer | rmp3_zy |
transpose from z to y More... | |
type(sll_t_remap_plan_3d_comp64), pointer | rmp3_yx |
transpose from y to x More... | |
type(sll_t_remap_plan_3d_real64), pointer | rmp_x1_to_split |
type(sll_t_remap_plan_3d_real64), pointer | rmp_split_to_x1 |
type(sll_t_remap_plan_3d_real64), pointer | rmp_x2_to_split |
type(sll_t_remap_plan_3d_real64), pointer | rmp_x3_to_split |
type(sll_t_remap_plan_3d_real64), pointer | rmp_x1_to_x2 |
type(sll_t_remap_plan_3d_real64), pointer | rmp_x2_to_x3 |
type(sll_t_remap_plan_3d_real64), pointer | rmp_x3_to_x1 |
Structure to solve Poisson equation on 3d mesh with periodic boundary conditions. Solver is parallel and numerical method is based on fft transform. Number of cells, which in this periodic case is equal to the number of points.
Definition at line 70 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 97 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 98 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 99 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
x array component
Definition at line 92 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
y array component
Definition at line 93 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
z array component
Definition at line 94 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
z array component
Definition at line 95 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
z array component
Definition at line 96 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
x domain grid spacing
Definition at line 77 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
y domain grid spacing
Definition at line 78 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
z domain grid spacing
Definition at line 79 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 103 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 104 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 105 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
split layout for remap comming from program
Definition at line 86 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
x layout for remap
Definition at line 87 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
y layout for remap
Definition at line 88 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
z layout for remap
Definition at line 89 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
local sizes
Definition at line 91 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
x domain length
Definition at line 74 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
y domain length
Definition at line 75 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
z domain length
Definition at line 76 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
number of cells in x
Definition at line 71 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
number of cells in y
Definition at line 72 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
number of cells in z
Definition at line 73 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 100 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 101 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 102 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
fft plan in x
Definition at line 80 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
inverse fft in x
Definition at line 83 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
fft plan in y
Definition at line 81 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
inverse fft in y
Definition at line 84 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
fft plan in z
Definition at line 82 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
inverse fft in z
Definition at line 85 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
transpose from x to y
Definition at line 107 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
transpose from y to x
Definition at line 110 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
transpose from y to z
Definition at line 108 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
transpose from z to y
Definition at line 109 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 112 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 111 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 115 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 113 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 116 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 114 of file sll_m_poisson_3d_periodic_par.F90.
|
private |
Definition at line 117 of file sll_m_poisson_3d_periodic_par.F90.