Public Member Functions | |
cellEdgeAddressing (const cellEdgeAddressingList &cAddrs, const label celli) | |
Construct from the cell edge addressing list and a cell index. More... | |
const CompactListList< label > & | cfiAndFeiToCei () const |
Map from cell-face-index and face-edge-index to cell-edge-index. More... | |
const List< Pair< labelPair > > & | ceiToCfiAndFei () const |
Map from cell-edge-index to cell-face-index and face-edge-index. More... | |
const boolList & | cOwns () const |
For each cell-face, whether or not the cell owns it. More... | |
Definition at line 111 of file cellEdgeAddressing.H.
|
inline |
Construct from the cell edge addressing list and a cell index.
Definition at line 30 of file cellEdgeAddressingI.H.
|
inline |
Map from cell-face-index and face-edge-index to cell-edge-index.
Definition at line 64 of file cellEdgeAddressingI.H.
Referenced by Foam::cutPoly::cellCuts().
|
inline |
Map from cell-edge-index to cell-face-index and face-edge-index.
Definition at line 71 of file cellEdgeAddressingI.H.
Referenced by Foam::cutPoly::cellCuts(), and Foam::cutPoly::writeCellCuts().
|
inline |
For each cell-face, whether or not the cell owns it.
Definition at line 77 of file cellEdgeAddressingI.H.
References UList< T >::data().
Referenced by Foam::cutPoly::cellCuts().