Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | tet_mesh::tet_mesh_t |
Modules | |
module | tet_mesh |
Defines a tetrahedral mesh. | |
Functions/Subroutines | |
subroutine | tet_mesh::tet_mesh_init (this, msh, mthd) |
Initialise a tetrahedral mesh based on a hexahedral mesh msh. More... | |
subroutine | tet_mesh::tet_mesh_free (this) |
Deallocate a tetrahedral mesh. More... | |
subroutine | tet_mesh::tet_mesh_bisect_otpv (tet_msh) |
subroutine | tet_mesh::tet_mesh_bisect_fvtc (tet_msh) |
Bisect each hexahedron into five tetrahedrons. More... | |
subroutine | tet_mesh::tet_mesh_bisect_svtc (tet_msh) |
Bisect each hexahedron into six tetrahedrons. More... | |
Variables | |
integer, parameter, public | tet_mesh::tet_msh_otpv = 1 |
integer, parameter, public | tet_mesh::tet_msh_fvtc = 2 |
integer, parameter, public | tet_mesh::tet_msh_svtc = 3 |