Skip to main content

System Coupling C Library 2023 R2

SyscElementNodeConnectivityData Struct Reference

Last update: 17.07.2025

Element node connectivity access struct, provides read-only access to the element-to-node connectivity. More...

#include <syscMeshDefinition.h>

Data Fields

SyscOutputIntegerData elementNodeIds
 Element-to-node connectivity array. More...
 

Detailed Description

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 syscGetElementNodeConnectivityData(SyscOutputIntegerData elemNodeIds)
Create an element-to-node connectivity data access struct, given element node ids.
Element node connectivity access struct, provides read-only access to the element-to-node connectivit...

Definition at line 166 of file syscMeshDefinition.h.

Field Documentation

◆ elementNodeIds

SyscOutputIntegerData SyscElementNodeConnectivityData::elementNodeIds

Element-to-node connectivity array.

Definition at line 168 of file syscMeshDefinition.h.

Connect with Ansys