Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Private Member Functions | |
real(kind=f64) function | length_cartesian_mesh_1d (mesh) |
Returns the interval length for a 1D cartesian mesh. More... | |
real(kind=f64) function | area_cartesian_mesh_2d (mesh) |
Returns the area size for a 2D cartesian mesh. More... | |
real(kind=f64) function | area_cartesian_mesh_3d (mesh) |
Returns the area size for a 3D cartesian mesh. More... | |
real(kind=f64) function | area_cartesian_mesh_4d (mesh) |
Returns the area size for a 3D cartesian mesh. More... | |
Definition at line 229 of file sll_m_cartesian_meshes.F90.
|
private |
Returns the area size for a 2D cartesian mesh.
mesh | pointer to a sll_t_cartesian_mesh_2d object. |
Definition at line 1265 of file sll_m_cartesian_meshes.F90.
|
private |
Returns the area size for a 3D cartesian mesh.
mesh | pointer to a sll_t_cartesian_mesh_3d object. |
Definition at line 1276 of file sll_m_cartesian_meshes.F90.
|
private |
Returns the area size for a 3D cartesian mesh.
mesh | pointer to a sll_t_cartesian_mesh_3d object. |
Definition at line 1288 of file sll_m_cartesian_meshes.F90.
|
private |
Returns the interval length for a 1D cartesian mesh.
mesh | pointer to a sll_t_cartesian_mesh_1d object. |
Definition at line 1256 of file sll_m_cartesian_meshes.F90.