Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
6D cartesian mesh More...
Public Member Functions | |
procedure | init => sll_s_cartesian_mesh_6d_init |
procedure | display => display_cartesian_mesh_6d |
procedure | delete => sll_s_cartesian_mesh_6d_free |
Public Attributes | |
integer(kind=i32), dimension(6) | num_cells |
number of cells in each direction More... | |
real(kind=f64), dimension(6) | eta_min |
minimum value of eta along each direction More... | |
real(kind=f64), dimension(6) | eta_max |
maximum value of eta along each direction More... | |
real(kind=f64), dimension(6) | delta_eta |
cell spacing along each direction More... | |
real(kind=f64) | volume |
volume of the domain More... | |
real(kind=f64) | volume_eta123 |
volume of the domain spanned by first three components More... | |
real(kind=f64) | volume_eta456 |
volume of the domain spanned by last three components More... | |
6D cartesian mesh
Definition at line 161 of file sll_m_cartesian_meshes.F90.
procedure delete |
Definition at line 173 of file sll_m_cartesian_meshes.F90.
procedure display |
Definition at line 172 of file sll_m_cartesian_meshes.F90.
procedure init |
Definition at line 171 of file sll_m_cartesian_meshes.F90.
real(kind=f64), dimension(6) delta_eta |
cell spacing along each direction
Definition at line 165 of file sll_m_cartesian_meshes.F90.
real(kind=f64), dimension(6) eta_max |
maximum value of eta along each direction
Definition at line 164 of file sll_m_cartesian_meshes.F90.
real(kind=f64), dimension(6) eta_min |
minimum value of eta along each direction
Definition at line 163 of file sll_m_cartesian_meshes.F90.
integer(kind=i32), dimension(6) num_cells |
number of cells in each direction
Definition at line 162 of file sll_m_cartesian_meshes.F90.
real(kind=f64) volume |
volume of the domain
Definition at line 166 of file sll_m_cartesian_meshes.F90.
real(kind=f64) volume_eta123 |
volume of the domain spanned by first three components
Definition at line 167 of file sll_m_cartesian_meshes.F90.
real(kind=f64) volume_eta456 |
volume of the domain spanned by last three components
Definition at line 168 of file sll_m_cartesian_meshes.F90.