Skip to main content

System Coupling C library 2024 R1

SyscElementNodeCountData Struct Reference

Last update: 17.07.2025

Element node count access struct, provides read-only access to the mesh element node counts. More...

#include <syscMeshDefinition.h>

Data Fields

SyscOutputIntegerData elementNodeCounts
 

Detailed Description

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 =
SyscElementNodeCountData syscGetElementNodeCountData(SyscOutputIntegerData elemNodeCount)
Create an mesh element node count data access struct, given element node counts.
Element node count access struct, provides read-only access to the mesh element node counts.

Definition at line 126 of file syscMeshDefinition.h.

Field Documentation

◆ elementNodeCounts

SyscOutputIntegerData SyscElementNodeCountData::elementNodeCounts

Element node counts array.

Definition at line 127 of file syscMeshDefinition.h.

Connect with Ansys