ParMooN
 All Classes Functions Variables Friends Pages
Public Member Functions | Protected Attributes | List of all members
TMesh Class Reference

mesh details More...

#include <Mesh.h>

Collaboration diagram for TMesh:
Collaboration graph
[legend]

Public Member Functions

 TMesh (int N_RootVertices, int N_Joints, int N_Cells, int *CellVertices, int *CellJoints, TVertex **Vertices, TJoint **Joints, TBaseCell **CellTree)
 

Protected Attributes

int N_RootVertices
 number of vertices in the mesh
 
int N_Joints
 number of joints (2D:edge, 3D:Face) in the mesh
 
int N_Cells
 number of cells in the mesh
 
int * CellVertices
 cell-vetrtices index
 
int * CellJoints
 cell-joints (2D:edge, 3D:Face) in the mesh
 
TVertex ** Vertices
 array of pointers to vertices in the mesh
 
TJoint ** Joints
 array of pointers to joints in the mesh
 
TBaseCell ** CellTree
 array of pointers to cells in the mesh
 
int RefLevel
 grid level on with this cell was generated
 

Detailed Description

mesh details

stores the information of a mesh


Author
Sashikumaar Ganesan,
Date
08.08.14

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