| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Defines a triangular surface mesh. More...
Data Types | |
| type | tri_mesh_t | 
Functions/Subroutines | |
| subroutine | tri_mesh_init (this, nelv) | 
| Initialise a triangular surface mesh.   | |
| subroutine | tri_mesh_free (this) | 
| Deallocate a triangular surface mesh.   | |
| subroutine | tri_mesh_add_element (this, p1, p2, p3) | 
| Add an element to a mesh.   | |
Mesh derived from a surface geometry
      
  | 
  private | 
Definition at line 85 of file tri_mesh.f90.
      
  | 
  private | 
Definition at line 71 of file tri_mesh.f90.
| subroutine tri_mesh::tri_mesh_init | ( | class(tri_mesh_t), intent(inout) | this, | 
| integer, intent(in) | nelv | ||
| ) | 
Definition at line 55 of file tri_mesh.f90.