Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
procedure, pass(this) | init => tri_mesh_init |
procedure, pass(this) | free => tri_mesh_free |
procedure, pass(this) | add_element => tri_mesh_add_element |
Public Attributes | |
type(tri_t), dimension(:), allocatable | el |
Tetrahedron elements. More... | |
type(point_t), dimension(:), allocatable | points |
List of points. More... | |
integer | nelv |
integer | mpts |
Definition at line 41 of file tri_mesh.f90.
procedure, pass(this) tri_mesh::tri_mesh_t::add_element |
Definition at line 49 of file tri_mesh.f90.
procedure, pass(this) tri_mesh::tri_mesh_t::free |
Definition at line 48 of file tri_mesh.f90.
procedure, pass(this) tri_mesh::tri_mesh_t::init |
Definition at line 47 of file tri_mesh.f90.
type(tri_t), dimension(:), allocatable tri_mesh::tri_mesh_t::el |
Definition at line 42 of file tri_mesh.f90.
integer tri_mesh::tri_mesh_t::mpts |
Definition at line 45 of file tri_mesh.f90.
integer tri_mesh::tri_mesh_t::nelv |
Definition at line 44 of file tri_mesh.f90.
type(point_t), dimension(:), allocatable tri_mesh::tri_mesh_t::points |
Definition at line 43 of file tri_mesh.f90.