    

 ## On this page

  

 

 # sysc::FaceCellConnectivityData Struct Reference

 Last update: 17.07.2025 

Describes face-to-cell connectivity. [More...](structsysc_1_1FaceCellConnectivityData.xhtml#details)

`#include <<a class="el" href="MeshDefinition_8hpp_source.xhtml">MeshDefinition.hpp</a>>`

## <a id="pub-methods" name="pub-methods"></a>Public Member Functions

 [FaceCellConnectivityData](structsysc_1_1FaceCellConnectivityData.xhtml#aa2566e5d0aa59b3fb0d79968001b371d) ([OutputIntegerData](classsysc_1_1OutputIntegerData.xhtml) [cell0Ids](structsysc_1_1FaceCellConnectivityData.xhtml#aa0ca1cf99c9e1101d81d50654f52889e), [OutputIntegerData](classsysc_1_1OutputIntegerData.xhtml) [cell1Ids](structsysc_1_1FaceCellConnectivityData.xhtml#a198df63a8595512c5f50eef276043cc3)) Create face-to-cell connectivity given cell0 and cell1 arrays. [More...](structsysc_1_1FaceCellConnectivityData.xhtml#aa2566e5d0aa59b3fb0d79968001b371d)  
 <a id="a2628d79a19f551ba099deace8d6c0625" name="a2628d79a19f551ba099deace8d6c0625"></a> **FaceCellConnectivityData** ()=default Create empty face-to-cell connectivity.   
 <a id="a98c490d601606aab41011dc8a1d67577" name="a98c490d601606aab41011dc8a1d67577"></a> **FaceCellConnectivityData** (const [FaceCellConnectivityData](structsysc_1_1FaceCellConnectivityData.xhtml) &amp;)=default Copy constructor.   
 <a id="ae53635823a4f5d5d2703bc1e5c4c3ecb" name="ae53635823a4f5d5d2703bc1e5c4c3ecb"></a> **FaceCellConnectivityData** ([FaceCellConnectivityData](structsysc_1_1FaceCellConnectivityData.xhtml) &amp;&amp;)=default Move constructor.   
 <a id="ae4cd9c83035945eed0e360adfe08235e" name="ae4cd9c83035945eed0e360adfe08235e"></a>[FaceCellConnectivityData](structsysc_1_1FaceCellConnectivityData.xhtml) &amp; **operator=** (const [FaceCellConnectivityData](structsysc_1_1FaceCellConnectivityData.xhtml) &amp;)=default Copy-assign operator.   
 <a id="ae796325a0b7d80621784e3033d1eac21" name="ae796325a0b7d80621784e3033d1eac21"></a>[FaceCellConnectivityData](structsysc_1_1FaceCellConnectivityData.xhtml) &amp; **operator=** ([FaceCellConnectivityData](structsysc_1_1FaceCellConnectivityData.xhtml) &amp;&amp;)=default Move-assign operator.   
 ## <a id="pub-attribs" name="pub-attribs"></a>Public Attributes

[OutputIntegerData](classsysc_1_1OutputIntegerData.xhtml) [cell0Ids](structsysc_1_1FaceCellConnectivityData.xhtml#aa0ca1cf99c9e1101d81d50654f52889e) [OutputIntegerData](classsysc_1_1OutputIntegerData.xhtml) [cell1Ids](structsysc_1_1FaceCellConnectivityData.xhtml#a198df63a8595512c5f50eef276043cc3) <a id="details" name="details"></a>## Detailed Description

Describes face-to-cell connectivity.

Definition at line [132](MeshDefinition_8hpp_source.xhtml#l00132) of file [MeshDefinition.hpp](MeshDefinition_8hpp_source.xhtml).



## Constructor &amp; Destructor Documentation

<a id="aa2566e5d0aa59b3fb0d79968001b371d" name="aa2566e5d0aa59b3fb0d79968001b371d"></a>## [◆ ](#aa2566e5d0aa59b3fb0d79968001b371d)FaceCellConnectivityData()

 sysc::FaceCellConnectivityData::FaceCellConnectivityData  ( [OutputIntegerData](classsysc_1_1OutputIntegerData.xhtml)  *cell0Ids*,    [OutputIntegerData](classsysc_1_1OutputIntegerData.xhtml)  *cell1Ids*   )   inline 

Create face-to-cell connectivity given cell0 and cell1 arrays.

Definition at line [137](MeshDefinition_8hpp_source.xhtml#l00137) of file [MeshDefinition.hpp](MeshDefinition_8hpp_source.xhtml).

<a id="l00137" name="l00137"></a> 137 :

<a id="l00138" name="l00138"></a> 138 [cell0Ids](structsysc_1_1FaceCellConnectivityData.xhtml#aa0ca1cf99c9e1101d81d50654f52889e)([cell0Ids](structsysc_1_1FaceCellConnectivityData.xhtml#aa0ca1cf99c9e1101d81d50654f52889e)),

<a id="l00139" name="l00139"></a> 139 [cell1Ids](structsysc_1_1FaceCellConnectivityData.xhtml#a198df63a8595512c5f50eef276043cc3)([cell1Ids](structsysc_1_1FaceCellConnectivityData.xhtml#a198df63a8595512c5f50eef276043cc3)) {}

[sysc::FaceCellConnectivityData::cell1Ids](structsysc_1_1FaceCellConnectivityData.xhtml#a198df63a8595512c5f50eef276043cc3)

OutputIntegerData cell1Ids

**Definition:** [MeshDefinition.hpp:134](MeshDefinition_8hpp_source.xhtml#l00134)



[sysc::FaceCellConnectivityData::cell0Ids](structsysc_1_1FaceCellConnectivityData.xhtml#aa0ca1cf99c9e1101d81d50654f52889e)

OutputIntegerData cell0Ids

**Definition:** [MeshDefinition.hpp:133](MeshDefinition_8hpp_source.xhtml#l00133)









## Member Data Documentation

<a id="aa0ca1cf99c9e1101d81d50654f52889e" name="aa0ca1cf99c9e1101d81d50654f52889e"></a>## [◆ ](#aa0ca1cf99c9e1101d81d50654f52889e)cell0Ids

 [OutputIntegerData](classsysc_1_1OutputIntegerData.xhtml) sysc::FaceCellConnectivityData::cell0Ids

Cell ids on side 0.

Definition at line [133](MeshDefinition_8hpp_source.xhtml#l00133) of file [MeshDefinition.hpp](MeshDefinition_8hpp_source.xhtml).





<a id="a198df63a8595512c5f50eef276043cc3" name="a198df63a8595512c5f50eef276043cc3"></a>## [◆ ](#a198df63a8595512c5f50eef276043cc3)cell1Ids

 [OutputIntegerData](classsysc_1_1OutputIntegerData.xhtml) sysc::FaceCellConnectivityData::cell1Ids

Cell ids on side 1.

Definition at line [134](MeshDefinition_8hpp_source.xhtml#l00134) of file [MeshDefinition.hpp](MeshDefinition_8hpp_source.xhtml).