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

Private Member Functions

subroutine sll_s_delete_hex_mesh_2d (mesh)
 Deletes an hexagonal mesh. More...
 

Detailed Description

Definition at line 140 of file sll_m_hexagonal_meshes.F90.

Member Function/Subroutine Documentation

◆ sll_s_delete_hex_mesh_2d()

subroutine sll_s_delete_hex_mesh_2d ( class(sll_t_hex_mesh_2d), intent(inout)  mesh)
private

Deletes an hexagonal mesh.

Takes care of all deallocation necessary to sll_o_delete an hex mesh

Parameters
[IN]mesh hexagonal mesh to be deleted

Definition at line 2200 of file sll_m_hexagonal_meshes.F90.

    Report Typos and Errors