Skip to main content

System Coupling C library 2024 R1

SyscNodeData Struct Reference

Last update: 17.07.2025

Node data access struct, provides read-only access to the mesh nodes. More...

#include <syscMeshDefinition.h>

Data Fields

SyscOutputIntegerData nodeIds
 
SyscOutputVectorData nodeCoords
 

Detailed Description

Node data access struct, provides read-only access to the mesh nodes.

To create and/or initialize SyscNodeData, it is highly recommended to use one of the functions with names starting with syscGetNodeData. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:

SyscNodeData syscGetNodeDataC(SyscOutputVectorData nodeCoords)
Creates a mesh node data access struct, given node coordinates in ascending node ids order.
Node data access struct, provides read-only access to the mesh nodes.
SyscOutputVectorData nodeCoords

Definition at line 41 of file syscMeshDefinition.h.

Field Documentation

◆ nodeCoords

SyscOutputVectorData SyscNodeData::nodeCoords

Node coordinates array access.

Definition at line 43 of file syscMeshDefinition.h.

◆ nodeIds

SyscOutputIntegerData SyscNodeData::nodeIds

Node ids array access.

Definition at line 42 of file syscMeshDefinition.h.

Connect with Ansys