Go to the documentation of this file.
40 FatalErrorIn(
"polyMeshGenAddressing::calcEdgeCells() const")
41 <<
"edgeCells already calculated"
63 if( omp_in_parallel() )
66 "const VRWGraph& polyMeshGenAddressing::edgeCells() const"
67 ) <<
"Calculating addressing inside a parallel region."
const VRWGraph & cellEdges() const
void setSize(const label)
Reset the number of rows.
errorManip< error > abort(error &err)
const edgeList & edges() const
Return mesh edges.
const VRWGraph & edgeCells() const
void reverseAddressing(const GraphType &origGraph)
errorManipArg< error, int > exit(error &err, const int errNo=1)
void calcEdgeCells() const
Calculate cell-edge addressing.
VRWGraph * ecPtr_
Edge-cells.
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.