
Public Member Functions | |
| cellSets (const label nCells) | |
| Construct given the number of cells. More... | |
| void | setSize (const label nCells) |
Public Attributes | |
| label | nTets |
| label | nPyrs |
| label | nPrisms |
| label | nHexesWedges |
| label | nPolys |
| labelList | tets |
| labelList | pyrs |
| labelList | prisms |
| labelList | wedges |
| labelList | hexes |
| labelList | polys |
Definition at line 44 of file cellSets.H.
Construct given the number of cells.
Definition at line 65 of file cellSets.H.
|
inline |
Definition at line 84 of file cellSets.H.
References cellSets::hexes, cellSets::nHexesWedges, cellSets::nPolys, cellSets::nPrisms, cellSets::nPyrs, cellSets::nTets, cellSets::polys, cellSets::prisms, cellSets::pyrs, List< T >::setSize(), cellSets::tets, and cellSets::wedges.

| label nTets |
Definition at line 48 of file cellSets.H.
Referenced by cellSets::setSize().
| label nPyrs |
Definition at line 49 of file cellSets.H.
Referenced by cellSets::setSize().
| label nPrisms |
Definition at line 50 of file cellSets.H.
Referenced by cellSets::setSize().
| label nHexesWedges |
Definition at line 51 of file cellSets.H.
Referenced by cellSets::setSize().
| label nPolys |
Definition at line 52 of file cellSets.H.
Referenced by cellSets::setSize().
| labelList tets |
Definition at line 54 of file cellSets.H.
Referenced by cellSets::setSize().
| labelList pyrs |
Definition at line 55 of file cellSets.H.
Referenced by cellSets::setSize().
| labelList prisms |
Definition at line 56 of file cellSets.H.
Referenced by cellSets::setSize().
| labelList wedges |
Definition at line 57 of file cellSets.H.
Referenced by cellSets::setSize().
| labelList hexes |
Definition at line 58 of file cellSets.H.
Referenced by cellSets::setSize().
| labelList polys |
Definition at line 59 of file cellSets.H.
Referenced by cellSets::setSize().