Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Deallocates memory for the cartesian mesh. More...
Private Member Functions | |
subroutine | sll_s_cartesian_mesh_1d_free (mesh) |
deallocates memory for the 1D cartesian mesh. Recommended access through the generic interface delete( mesh ). More... | |
subroutine | sll_s_cartesian_mesh_2d_free (mesh) |
deallocates memory for the 2D cartesian mesh. Recommended access through the generic interface delete( mesh ). More... | |
subroutine | sll_s_cartesian_mesh_3d_free (mesh) |
deallocates memory for the 3D cartesian mesh. Recommended access through the generic interface delete( mesh ). More... | |
subroutine | sll_s_cartesian_mesh_4d_free (mesh) |
deallocates memory for the 4D cartesian mesh. Recommended access through the generic interface delete( mesh ). More... | |
Deallocates memory for the cartesian mesh.
mesh | pointer to a sll_cartesian_mesh_*d object. |
Definition at line 178 of file sll_m_cartesian_meshes.F90.
|
private |
deallocates memory for the 1D cartesian mesh. Recommended access through the generic interface delete( mesh ).
mesh | pointer to a sll_t_cartesian_mesh_1d object. |
Definition at line 1150 of file sll_m_cartesian_meshes.F90.
|
private |
deallocates memory for the 2D cartesian mesh. Recommended access through the generic interface delete( mesh ).
mesh | pointer to a sll_t_cartesian_mesh_2d object. |
Definition at line 1164 of file sll_m_cartesian_meshes.F90.
|
private |
deallocates memory for the 3D cartesian mesh. Recommended access through the generic interface delete( mesh ).
mesh | pointer to a sll_t_cartesian_mesh_3d object. |
Definition at line 1178 of file sll_m_cartesian_meshes.F90.
|
private |
deallocates memory for the 4D cartesian mesh. Recommended access through the generic interface delete( mesh ).
mesh | pointer to a sll_t_cartesian_mesh_4d object. |
Definition at line 1192 of file sll_m_cartesian_meshes.F90.