60 boolList isInStencil(map().constructSize(),
false);
64 const labelList& stencilCells = stencil_[facei];
68 isInStencil[stencilCells[i]] =
true;
#define forAll(list, i)
Loop across all elements in list.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
static label nProcs(const label communicator=0)
Number of processes in parallel run.
static int & msgType()
Message tag of standard messages.
Base class for extended cell-to-face stencils (face values from neighbouring cells)
Class containing processor-to-processor mapping information.
Calculates/contains the extended cell-to-face stencil.
void compact()
After removing elements from the stencil adapt the schedule (map).
const labelListList & stencil() const
Return reference to the stencil.
extendedCentredCellToFaceStencil(const cellToFaceStencil &)
Construct from uncompacted face stencil.