Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Structure SyscCellData

![][C++]
![][C]
![][public]

**Definition**: `syscMeshDefinition.h` (line 288)
Expand All @@ -24,7 +24,7 @@ Cell data struct.

**Definition**: `syscMeshDefinition.h` (line 289)

```cpp
```
SyscElementIdData SyscCellData::cellIds
```

Expand All @@ -43,7 +43,7 @@ cell ids.

**Definition**: `syscMeshDefinition.h` (line 290)

```cpp
```
SyscElementTypeData SyscCellData::cellTypes
```

Expand All @@ -62,7 +62,7 @@ cell types.

**Definition**: `syscMeshDefinition.h` (line 291)

```cpp
```
SyscElementNodeConnectivityData SyscCellData::cellNodeConnectivity
```

Expand All @@ -75,4 +75,4 @@ cell-to-node connectivity.
**Type**: [SyscElementNodeConnectivityData](structSyscElementNodeConnectivityData.md#structSyscElementNodeConnectivityData)

[public]: https://img.shields.io/badge/-public-brightgreen (public)
[C++]: https://img.shields.io/badge/language-C%2B%2B-blue (C++)
[C]: https://img.shields.io/badge/language-C-blue (C)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Structure SyscCellIdData

![][C++]
![][C]
![][public]

**Definition**: `syscMeshDefinition.h` (line 209)
Expand All @@ -22,7 +22,7 @@ Cell ids struct.

**Definition**: `syscMeshDefinition.h` (line 210)

```cpp
```
SyscOutputIntegerData SyscCellIdData::cellIds
```

Expand All @@ -35,4 +35,4 @@ cell ids.
**Type**: [SyscOutputIntegerData](structSyscOutputIntegerData.md#structSyscOutputIntegerData)

[public]: https://img.shields.io/badge/-public-brightgreen (public)
[C++]: https://img.shields.io/badge/language-C%2B%2B-blue (C++)
[C]: https://img.shields.io/badge/language-C-blue (C)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Structure SyscCouplingInterface

![][C++]
![][C]
![][public]

**Definition**: `syscCouplingInterface.h` (line 45)
Expand All @@ -25,7 +25,7 @@ To create and/or initialize the [SyscCouplingInterface](structSyscCouplingInterf



```cpp
```
SyscCouplingInterface reg = syscGetCouplingInterface("FSI");
```

Expand All @@ -42,7 +42,7 @@ SyscCouplingInterface reg = syscGetCouplingInterface("FSI");

**Definition**: `syscCouplingInterface.h` (line 46)

```cpp
```
char SyscCouplingInterface::name[SYSC_STRING_LENGTH][SYSC_STRING_LENGTH]
```

Expand All @@ -55,4 +55,4 @@ Unique name for the interface.
**Type**: char

[public]: https://img.shields.io/badge/-public-brightgreen (public)
[C++]: https://img.shields.io/badge/language-C%2B%2B-blue (C++)
[C]: https://img.shields.io/badge/language-C-blue (C)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Structure SyscDataTransfer

![][C++]
![][C]
![][public]

**Definition**: `syscDataTransfer.h` (line 29)
Expand All @@ -24,7 +24,7 @@ Data transfer specifies the source and target variables for mapping.

**Definition**: `syscDataTransfer.h` (line 30)

```cpp
```
SyscVariable SyscDataTransfer::sourceVariable
```

Expand All @@ -43,7 +43,7 @@ SyscVariable SyscDataTransfer::sourceVariable

**Definition**: `syscDataTransfer.h` (line 31)

```cpp
```
SyscVariable SyscDataTransfer::targetVariable
```

Expand All @@ -62,7 +62,7 @@ SyscVariable SyscDataTransfer::targetVariable

**Definition**: `syscDataTransfer.h` (line 31)

```cpp
```
enum SyscInterfaceSide SyscDataTransfer::targetSide
```

Expand All @@ -75,4 +75,4 @@ enum SyscInterfaceSide SyscDataTransfer::targetSide
**Type**: enum [SyscInterfaceSide](syscCommonTypes_8h.md#group__SyscParticipantLibraryCAPI_1gacf32f1d9c1566f28bee2b348b2dcd9f5)

[public]: https://img.shields.io/badge/-public-brightgreen (public)
[C++]: https://img.shields.io/badge/language-C%2B%2B-blue (C++)
[C]: https://img.shields.io/badge/language-C-blue (C)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Structure SyscDimensionality

![][C++]
![][C]
![][public]

**Definition**: `syscCommonTypes.h` (line 68)
Expand Down Expand Up @@ -29,7 +29,7 @@ Provide a structure for dimensionality.

**Definition**: `syscCommonTypes.h` (line 69)

```cpp
```
double SyscDimensionality::length
```

Expand All @@ -48,7 +48,7 @@ Exponent of the length dimension.

**Definition**: `syscCommonTypes.h` (line 70)

```cpp
```
double SyscDimensionality::time
```

Expand All @@ -67,7 +67,7 @@ Exponent of the time dimension.

**Definition**: `syscCommonTypes.h` (line 71)

```cpp
```
double SyscDimensionality::mass
```

Expand All @@ -86,7 +86,7 @@ Exponent of the mass dimension.

**Definition**: `syscCommonTypes.h` (line 72)

```cpp
```
double SyscDimensionality::temperature
```

Expand All @@ -105,7 +105,7 @@ Exponent of the temperature dimension.

**Definition**: `syscCommonTypes.h` (line 73)

```cpp
```
double SyscDimensionality::amountOfSubstance
```

Expand All @@ -124,7 +124,7 @@ Exponent of the substance amount dimension.

**Definition**: `syscCommonTypes.h` (line 74)

```cpp
```
double SyscDimensionality::current
```

Expand All @@ -143,7 +143,7 @@ Exponent of the current dimension.

**Definition**: `syscCommonTypes.h` (line 75)

```cpp
```
double SyscDimensionality::luminousIntensity
```

Expand All @@ -162,7 +162,7 @@ Exponent of the luminosity dimension.

**Definition**: `syscCommonTypes.h` (line 76)

```cpp
```
double SyscDimensionality::angle
```

Expand All @@ -175,4 +175,4 @@ Exponent of the angle dimension.
**Type**: double

[public]: https://img.shields.io/badge/-public-brightgreen (public)
[C++]: https://img.shields.io/badge/language-C%2B%2B-blue (C++)
[C]: https://img.shields.io/badge/language-C-blue (C)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Structure SyscElementIdData

![][C++]
![][C]
![][public]

**Definition**: `syscMeshDefinition.h` (line 224)
Expand All @@ -22,7 +22,7 @@ Element ids struct.

**Definition**: `syscMeshDefinition.h` (line 225)

```cpp
```
SyscOutputIntegerData SyscElementIdData::elementIds
```

Expand All @@ -35,4 +35,4 @@ element ids.
**Type**: [SyscOutputIntegerData](structSyscOutputIntegerData.md#structSyscOutputIntegerData)

[public]: https://img.shields.io/badge/-public-brightgreen (public)
[C++]: https://img.shields.io/badge/language-C%2B%2B-blue (C++)
[C]: https://img.shields.io/badge/language-C-blue (C)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Structure SyscElementNodeConnectivityData

![][C++]
![][C]
![][public]

**Definition**: `syscMeshDefinition.h` (line 166)
Expand All @@ -13,7 +13,7 @@ To create and/or initialize [SyscElementNodeConnectivityData](structSyscElementN



```cpp
```
SyscElementNodeConnectivityData elemNodeConn =
syscGetElementNodeConnectivityData(elemNodeIds);
```
Expand All @@ -31,7 +31,7 @@ syscGetElementNodeConnectivityData(elemNodeIds);

**Definition**: `syscMeshDefinition.h` (line 168)

```cpp
```
SyscOutputIntegerData SyscElementNodeConnectivityData::elementNodeIds
```

Expand All @@ -44,4 +44,4 @@ Element-to-node connectivity array.
**Type**: [SyscOutputIntegerData](structSyscOutputIntegerData.md#structSyscOutputIntegerData)

[public]: https://img.shields.io/badge/-public-brightgreen (public)
[C++]: https://img.shields.io/badge/language-C%2B%2B-blue (C++)
[C]: https://img.shields.io/badge/language-C-blue (C)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Structure SyscElementNodeCountData

![][C++]
![][C]
![][public]

**Definition**: `syscMeshDefinition.h` (line 126)
Expand All @@ -13,7 +13,7 @@ To create and/or initialize [SyscElementNodeCountData](structSyscElementNodeCoun



```cpp
```
SyscElementNodeCountData elemNodeCountData =
syscGetElementNodeCountData(elemNodeCounts);
```
Expand All @@ -31,7 +31,7 @@ syscGetElementNodeCountData(elemNodeCounts);

**Definition**: `syscMeshDefinition.h` (line 127)

```cpp
```
SyscOutputIntegerData SyscElementNodeCountData::elementNodeCounts
```

Expand All @@ -44,4 +44,4 @@ Element node counts array.
**Type**: [SyscOutputIntegerData](structSyscOutputIntegerData.md#structSyscOutputIntegerData)

[public]: https://img.shields.io/badge/-public-brightgreen (public)
[C++]: https://img.shields.io/badge/language-C%2B%2B-blue (C++)
[C]: https://img.shields.io/badge/language-C-blue (C)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Structure SyscElementTypeData

![][C++]
![][C]
![][public]

**Definition**: `syscMeshDefinition.h` (line 88)
Expand All @@ -13,7 +13,7 @@ To create and/or initialize [SyscElementTypeData](structSyscElementTypeData.md#s



```cpp
```
SyscElementTypeData elemTypeData = syscGetElementTypeData(elemTypes);
```

Expand All @@ -30,7 +30,7 @@ SyscElementTypeData elemTypeData = syscGetElementTypeData(elemTypes);

**Definition**: `syscMeshDefinition.h` (line 89)

```cpp
```
SyscOutputIntegerData SyscElementTypeData::elementTypes
```

Expand All @@ -43,4 +43,4 @@ Element types array access.
**Type**: [SyscOutputIntegerData](structSyscOutputIntegerData.md#structSyscOutputIntegerData)

[public]: https://img.shields.io/badge/-public-brightgreen (public)
[C++]: https://img.shields.io/badge/language-C%2B%2B-blue (C++)
[C]: https://img.shields.io/badge/language-C-blue (C)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Structure SyscError

![][C++]
![][C]
![][public]

**Definition**: `syscCommonTypes.h` (line 137)
Expand All @@ -23,7 +23,7 @@ Provide a struct for detecting errors from the interface calls.

**Definition**: `syscCommonTypes.h` (line 138)

```cpp
```
int SyscError::retcode
```

Expand All @@ -42,7 +42,7 @@ Error code. Set to 0 if no error.

**Definition**: `syscCommonTypes.h` (line 139)

```cpp
```
char SyscError::message[SYSC_STRING_LENGTH][SYSC_STRING_LENGTH]
```

Expand All @@ -55,4 +55,4 @@ Error message. Blank string if no error.
**Type**: char

[public]: https://img.shields.io/badge/-public-brightgreen (public)
[C++]: https://img.shields.io/badge/language-C%2B%2B-blue (C++)
[C]: https://img.shields.io/badge/language-C-blue (C)
Loading