Neko  0.8.1
A portable framework for high-order spectral element flow simulations
tet_mesh::tet_mesh_t Type Reference
Collaboration diagram for tet_mesh::tet_mesh_t:

Public Member Functions

procedure, pass(this) init => tet_mesh_init
 
procedure, pass(this) free => tet_mesh_free
 

Public Attributes

type(tet_t), dimension(:), allocatable el
 Tetrahedron elements. More...
 
type(mesh_t), pointer msh
 Hexahedron mesh. More...
 
integer nelv
 Number of Tetrahedrons. More...
 

Detailed Description

Definition at line 46 of file tet_mesh.f90.

Member Function/Subroutine Documentation

◆ free()

procedure, pass(this) tet_mesh::tet_mesh_t::free

Definition at line 52 of file tet_mesh.f90.

◆ init()

procedure, pass(this) tet_mesh::tet_mesh_t::init

Definition at line 51 of file tet_mesh.f90.

Member Data Documentation

◆ el

type(tet_t), dimension(:), allocatable tet_mesh::tet_mesh_t::el

Tetrahedron elements.

Definition at line 47 of file tet_mesh.f90.

◆ msh

type(mesh_t), pointer tet_mesh::tet_mesh_t::msh

Hexahedron mesh.

Definition at line 48 of file tet_mesh.f90.

◆ nelv

integer tet_mesh::tet_mesh_t::nelv

Number of Tetrahedrons.

Definition at line 49 of file tet_mesh.f90.


The documentation for this type was generated from the following file: