Structure SyscSurfaceMesh
Definition: syscSurfaceMesh.h (line 31)
Provide a surface mesh access struct.
Provides read-only access to the surface mesh for a given region.
Members
Public attributes
Variable nodes
Definition: syscSurfaceMesh.h (line 33)
SyscNodeData SyscSurfaceMesh::nodes
Mesh nodes.
Type: SyscNodeData
Variable faces
Definition: syscSurfaceMesh.h (line 36)
SyscFaceData SyscSurfaceMesh::faces
Mesh faces.
Type: SyscFaceData
Variable side0
Definition: syscSurfaceMesh.h (line 39)
char SyscSurfaceMesh::side0[SYSC_STRING_LENGTH][SYSC_STRING_LENGTH]
Side 0.
Type: char
Variable side1
Definition: syscSurfaceMesh.h (line 42)
char SyscSurfaceMesh::side1[SYSC_STRING_LENGTH][SYSC_STRING_LENGTH]
Side 1.
Type: char
Variable connectivityStamp
Definition: syscSurfaceMesh.h (line 45)
int64_t SyscSurfaceMesh::connectivityStamp
Mesh connectivity stamp. Update whenever re-meshing happens.
Type: int64_t
Variable coordinatesStamp
Definition: syscSurfaceMesh.h (line 49)
int64_t SyscSurfaceMesh::coordinatesStamp
Nodal coordinates stamp. Update whenever nodal coordinates get updated.
Type: int64_t
Variable partitioningStamp
Definition: syscSurfaceMesh.h (line 52)
int64_t SyscSurfaceMesh::partitioningStamp
Partitioning stamp. Update whenever the mesh is re-partitioned.
Type: int64_t