Skip to main content

System Coupling C++ library 2025 R1

sysc::CellData Struct Reference

Last update: 17.07.2025

Cell data access struct, provides read-only access to the mesh cells. More...

#include <MeshDefinition.hpp>

Public Member Functions

 CellData (ElementIdData cellIds, ElementTypeData cellTypes, ElementNodeConnectivityData cellNodeConnectivity)
 Cell data constructor.
 
 CellData (ElementIdData cellIds)
 Cell data constructor.
 
 CellData (ElementTypeData cellTypes, ElementNodeConnectivityData cellNodeConnectivity)
 Cell data constructor.
 
 CellData ()=default
 Default constructor.
 
 CellData (const CellData &)=default
 Copy constructor.
 
 CellData (CellData &&)=default
 Move constructor.
 
CellDataoperator= (const CellData &)=default
 Copy-assign operator.
 
CellDataoperator= (CellData &&)=default
 Move-assign operator.
 

Public Attributes

ElementIdData cellIds
 Cell ids.
 
ElementTypeData cellTypes
 Face ids.
 
ElementNodeConnectivityData cellNodeConnectivity
 Cell-to-node connectivity.
 

Detailed Description

Cell data access struct, provides read-only access to the mesh cells.

Definition at line 369 of file MeshDefinition.hpp.

Connect with Ansys