|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|

Public Member Functions | |
| procedure, pass(this) | init (this, msh, mthd) |
| Initialise a tetrahedral mesh based on a hexahedral mesh msh. | |
| procedure, pass(this) | free (this) |
| Deallocate a tetrahedral mesh. | |
Public Attributes | |
| type(tet_t), dimension(:), allocatable | el |
| Tetrahedron elements. | |
| type(mesh_t), pointer | msh |
| Hexahedron mesh. | |
| integer | nelv |
| Number of Tetrahedrons. | |
Definition at line 46 of file tet_mesh.f90.
Definition at line 52 of file tet_mesh.f90.
| procedure, pass(this) tet_mesh::tet_mesh_t::init | ( | class(tet_mesh_t), intent(inout) | this, |
| type(mesh_t), intent(in), target | msh, | ||
| integer, intent(in), optional | mthd | ||
| ) |
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.
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.