Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
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... | |
Definition at line 46 of file tet_mesh.f90.
procedure, pass(this) tet_mesh::tet_mesh_t::free |
Definition at line 52 of file tet_mesh.f90.
procedure, pass(this) tet_mesh::tet_mesh_t::init |
Definition at line 51 of file tet_mesh.f90.
type(tet_t), dimension(:), allocatable tet_mesh::tet_mesh_t::el |
Definition at line 47 of file tet_mesh.f90.
type(mesh_t), pointer tet_mesh::tet_mesh_t::msh |
Definition at line 48 of file tet_mesh.f90.
integer tet_mesh::tet_mesh_t::nelv |
Definition at line 49 of file tet_mesh.f90.