Neko  0.8.1
A portable framework for high-order spectral element flow simulations
tri_mesh::tri_mesh_t Type Reference
Collaboration diagram for tri_mesh::tri_mesh_t:

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
 

Detailed Description

Definition at line 41 of file tri_mesh.f90.

Member Function/Subroutine Documentation

◆ add_element()

procedure, pass(this) tri_mesh::tri_mesh_t::add_element

Definition at line 49 of file tri_mesh.f90.

◆ free()

procedure, pass(this) tri_mesh::tri_mesh_t::free

Definition at line 48 of file tri_mesh.f90.

◆ init()

procedure, pass(this) tri_mesh::tri_mesh_t::init

Definition at line 47 of file tri_mesh.f90.

Member Data Documentation

◆ el

type(tri_t), dimension(:), allocatable tri_mesh::tri_mesh_t::el

Tetrahedron elements.

Definition at line 42 of file tri_mesh.f90.

◆ mpts

integer tri_mesh::tri_mesh_t::mpts

Definition at line 45 of file tri_mesh.f90.

◆ nelv

integer tri_mesh::tri_mesh_t::nelv

Definition at line 44 of file tri_mesh.f90.

◆ points

type(point_t), dimension(:), allocatable tri_mesh::tri_mesh_t::points

List of points.

Definition at line 43 of file tri_mesh.f90.


The documentation for this type was generated from the following file: