Structure SyscElementNodeCountData
Definition: syscMeshDefinition.h (line 126)
Element node count access struct, provides read-only access to the mesh element node counts.
To create and/or initialize SyscElementNodeCountData, it is highly recommended to use one of the functions with names starting with syscGetElementNodeCountData. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:
SyscElementNodeCountData elemNodeCountData =
syscGetElementNodeCountData(elemNodeCounts);
Members
Public attributes
Variable elementNodeCounts
Definition: syscMeshDefinition.h (line 127)
SyscOutputIntegerData SyscElementNodeCountData::elementNodeCounts
Element node counts array.
Type: SyscOutputIntegerData