SyscSurfaceMesh Struct Reference
Last update: 17.07.2025Provide a surface mesh access struct. More...
#include <syscSurfaceMesh.h>
Data Fields | |
| SyscNodeData | nodes |
| SyscFaceData | faces |
| char | side0 [SYSC_STRING_LENGTH] |
| char | side1 [SYSC_STRING_LENGTH] |
| int64_t | connectivityStamp |
| Mesh connectivity stamp. Update whenever re-meshing happens. | |
| int64_t | coordinatesStamp |
| Nodal coordinates stamp. Update whenever nodal coordinates get updated. | |
| int64_t | partitioningStamp |
| Partitioning stamp. Update whenever the mesh is re-partitioned. | |
Detailed Description
Provide a surface mesh access struct.
Provides read-only access to the surface mesh for a given region.
Definition at line 31 of file syscSurfaceMesh.h.
Field Documentation
◆ connectivityStamp
| int64_t SyscSurfaceMesh::connectivityStamp |
Mesh connectivity stamp. Update whenever re-meshing happens.
Definition at line 45 of file syscSurfaceMesh.h.
◆ coordinatesStamp
| int64_t SyscSurfaceMesh::coordinatesStamp |
Nodal coordinates stamp. Update whenever nodal coordinates get updated.
Definition at line 49 of file syscSurfaceMesh.h.
◆ faces
| SyscFaceData SyscSurfaceMesh::faces |
Mesh faces.
Definition at line 36 of file syscSurfaceMesh.h.
◆ nodes
| SyscNodeData SyscSurfaceMesh::nodes |
Mesh nodes.
Definition at line 33 of file syscSurfaceMesh.h.
◆ partitioningStamp
| int64_t SyscSurfaceMesh::partitioningStamp |
Partitioning stamp. Update whenever the mesh is re-partitioned.
Definition at line 52 of file syscSurfaceMesh.h.
◆ side0
| char SyscSurfaceMesh::side0[SYSC_STRING_LENGTH] |
Side 0.
Definition at line 39 of file syscSurfaceMesh.h.
◆ side1
| char SyscSurfaceMesh::side1[SYSC_STRING_LENGTH] |
Side 1.
Definition at line 42 of file syscSurfaceMesh.h.