Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_o_mesh_area Interface Reference

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

Detailed Description

Definition at line 229 of file sll_m_cartesian_meshes.F90.

Member Function/Subroutine Documentation

◆ area_cartesian_mesh_2d()

real(kind=f64) function area_cartesian_mesh_2d ( class(sll_t_cartesian_mesh_2d), intent(in)  mesh)
private

Returns the area size for a 2D cartesian mesh.

Parameters
meshpointer to a sll_t_cartesian_mesh_2d object.

Definition at line 1265 of file sll_m_cartesian_meshes.F90.

◆ area_cartesian_mesh_3d()

real(kind=f64) function area_cartesian_mesh_3d ( class(sll_t_cartesian_mesh_3d), intent(in)  mesh)
private

Returns the area size for a 3D cartesian mesh.

Parameters
meshpointer to a sll_t_cartesian_mesh_3d object.

Definition at line 1276 of file sll_m_cartesian_meshes.F90.

◆ area_cartesian_mesh_4d()

real(kind=f64) function area_cartesian_mesh_4d ( class(sll_t_cartesian_mesh_4d), intent(in)  mesh)
private

Returns the area size for a 3D cartesian mesh.

Parameters
meshpointer to a sll_t_cartesian_mesh_3d object.

Definition at line 1288 of file sll_m_cartesian_meshes.F90.

◆ length_cartesian_mesh_1d()

real(kind=f64) function length_cartesian_mesh_1d ( class(sll_t_cartesian_mesh_1d), intent(in)  mesh)
private

Returns the interval length for a 1D cartesian mesh.

Parameters
meshpointer to a sll_t_cartesian_mesh_1d object.

Definition at line 1256 of file sll_m_cartesian_meshes.F90.

    Report Typos and Errors