|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
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. | |
| subroutine | tri_mesh::tri_mesh_free (this) |
| Deallocate a triangular surface mesh. | |
| subroutine | tri_mesh::tri_mesh_add_element (this, p1, p2, p3) |
| Add an element to a mesh. | |