Neko  0.8.99
A portable framework for high-order spectral element flow simulations
tri_mesh.f90 File Reference

Go to the source code of this file.

Data Types

type  tri_mesh::tri_mesh_t
 

Modules

module  tri_mesh
 Defines a triangular surface mesh.
 

Functions/Subroutines

subroutine tri_mesh::tri_mesh_init (this, nelv)
 Initialise a triangular surface mesh. More...
 
subroutine tri_mesh::tri_mesh_free (this)
 Deallocate a triangular surface mesh. More...
 
subroutine tri_mesh::tri_mesh_add_element (this, p1, p2, p3)
 Add an element to a mesh. More...