| 
    Neko 0.9.1
    
   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.   | |
| subroutine | tet_mesh_free (this) | 
| Deallocate a tetrahedral mesh.   | |
| subroutine | tet_mesh_bisect_otpv (tet_msh) | 
| subroutine | tet_mesh_bisect_fvtc (tet_msh) | 
| Bisect each hexahedron into five tetrahedrons.   | |
| subroutine | tet_mesh_bisect_svtc (tet_msh) | 
| Bisect each hexahedron into six tetrahedrons.   | |
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.
Definition at line 43 of file tet_mesh.f90.
Definition at line 43 of file tet_mesh.f90.
Definition at line 43 of file tet_mesh.f90.