cellEdgeAddressing Class Reference

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 boolListcOwns () const
 For each cell-face, whether or not the cell owns it. More...
 

Detailed Description

Definition at line 111 of file cellEdgeAddressing.H.

Constructor & Destructor Documentation

◆ cellEdgeAddressing()

cellEdgeAddressing ( const cellEdgeAddressingList cAddrs,
const label  celli 
)
inline

Construct from the cell edge addressing list and a cell index.

Definition at line 30 of file cellEdgeAddressingI.H.

Member Function Documentation

◆ cfiAndFeiToCei()

const Foam::CompactListList< Foam::label > & cfiAndFeiToCei ( ) const
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().

Here is the caller graph for this function:

◆ ceiToCfiAndFei()

const Foam::List< Foam::Pair< Foam::labelPair > > & ceiToCfiAndFei ( ) const
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().

Here is the caller graph for this function:

◆ cOwns()

const Foam::boolList & cOwns ( ) const
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().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: