Structure SyscElementNodeConnectivityData
Definition: syscMeshDefinition.h (line 166)
Element node connectivity access struct, provides read-only access to the element-to-node connectivity.
To create and/or initialize SyscElementNodeConnectivityData, it is highly recommended to use one of the functions with names starting with syscGetElementNodeConnectivityData. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:
SyscElementNodeConnectivityData elemNodeConn =
syscGetElementNodeConnectivityData(elemNodeIds);
Members
Public attributes
Variable elementNodeIds
Definition: syscMeshDefinition.h (line 168)
SyscOutputIntegerData SyscElementNodeConnectivityData::elementNodeIds
Element-to-node connectivity array.
Type: SyscOutputIntegerData