Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Defines a tetrahedral mesh. More...
Data Types | |
type | tet_mesh_t |
Functions/Subroutines | |
subroutine | tet_mesh_init (this, msh, mthd) |
Initialise a tetrahedral mesh based on a hexahedral mesh msh. More... | |
subroutine | tet_mesh_free (this) |
Deallocate a tetrahedral mesh. More... | |
subroutine | tet_mesh_bisect_otpv (tet_msh) |
subroutine | tet_mesh_bisect_fvtc (tet_msh) |
Bisect each hexahedron into five tetrahedrons. More... | |
subroutine | tet_mesh_bisect_svtc (tet_msh) |
Bisect each hexahedron into six tetrahedrons. More... | |
Variables | |
integer, parameter, public | tet_msh_otpv = 1 |
integer, parameter, public | tet_msh_fvtc = 2 |
integer, parameter, public | tet_msh_svtc = 3 |
Mesh dervied from an existing hexahedral mesh via bisection
|
private |
|
private |
|
private |
|
private |
Definition at line 93 of file tet_mesh.f90.
subroutine tet_mesh::tet_mesh_init | ( | class(tet_mesh_t), intent(inout) | this, |
type(mesh_t), intent(in), target | msh, | ||
integer, intent(in), optional | mthd | ||
) |
integer, parameter, public tet_mesh::tet_msh_fvtc = 2 |
Definition at line 43 of file tet_mesh.f90.
integer, parameter, public tet_mesh::tet_msh_otpv = 1 |
Definition at line 43 of file tet_mesh.f90.
integer, parameter, public tet_mesh::tet_msh_svtc = 3 |
Definition at line 43 of file tet_mesh.f90.