Go to the documentation of this file.
40 FatalErrorIn(
"polyMeshGenAddressing::calcPointEdges() const")
41 <<
"pointEdges already calculated"
64 if( omp_in_parallel() )
67 "const VRWGraph& polyMeshGenAddressing::pointEdges() const"
68 ) <<
"Calculating addressing inside a parallel region."
VRWGraph * pePtr_
Point-edges.
const VRWGraph & pointEdges() const
const polyMeshGenCells & mesh_
reference to the mesh
const pointFieldPMG & points() const
access to points
void setSize(const label)
Reset the number of rows.
label size() const
return the number of used elements
errorManip< error > abort(error &err)
const double e
Elementary charge.
const edgeList & edges() const
Return mesh edges.
void reverseAddressing(const GraphType &origGraph)
errorManipArg< error, int > exit(error &err, const int errNo=1)
void calcPointEdges() const
Calculate point-edge addressing.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.