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_display Interface Reference

Print mesh parameters. More...

Private Member Functions

subroutine display_cartesian_mesh_1d (mesh)
 display contents of a 1D cartesian mesh. Recommended access through the generic interface sll_o_display( mesh ). More...
 
subroutine display_cartesian_mesh_2d (mesh)
 display contents of a 2d cartesian mesh. Recommended access through the generic interface sll_o_display( mesh ). More...
 
subroutine display_cartesian_mesh_3d (mesh)
 display contents of a 3d cartesian mesh. Recommended access through the generic interface sll_o_display( mesh ). More...
 
subroutine display_cartesian_mesh_4d (mesh)
 display contents of a 4d cartesian mesh. Recommended access through the generic interface sll_o_display( mesh ). More...
 

Detailed Description

Print mesh parameters.

Definition at line 192 of file sll_m_cartesian_meshes.F90.

Member Function/Subroutine Documentation

◆ display_cartesian_mesh_1d()

subroutine display_cartesian_mesh_1d ( class(sll_t_cartesian_mesh_1d), intent(in)  mesh)
private

display contents of a 1D cartesian mesh. Recommended access through the generic interface sll_o_display( mesh ).

Parameters
meshpointer to a sll_t_cartesian_mesh_1d object.

Definition at line 1073 of file sll_m_cartesian_meshes.F90.

◆ display_cartesian_mesh_2d()

subroutine display_cartesian_mesh_2d ( class(sll_t_cartesian_mesh_2d), intent(in)  mesh)
private

display contents of a 2d cartesian mesh. Recommended access through the generic interface sll_o_display( mesh ).

Parameters
meshpointer to a sll_t_cartesian_mesh_2d object.

Definition at line 1087 of file sll_m_cartesian_meshes.F90.

◆ display_cartesian_mesh_3d()

subroutine display_cartesian_mesh_3d ( class(sll_t_cartesian_mesh_3d), intent(in)  mesh)
private

display contents of a 3d cartesian mesh. Recommended access through the generic interface sll_o_display( mesh ).

Parameters
meshpointer to a sll_t_cartesian_mesh_3d object.

Definition at line 1104 of file sll_m_cartesian_meshes.F90.

◆ display_cartesian_mesh_4d()

subroutine display_cartesian_mesh_4d ( class(sll_t_cartesian_mesh_4d), intent(in)  mesh)
private

display contents of a 4d cartesian mesh. Recommended access through the generic interface sll_o_display( mesh ).

Parameters
meshpointer to a sll_t_cartesian_mesh_4d object.

Definition at line 1125 of file sll_m_cartesian_meshes.F90.

    Report Typos and Errors