58 boolList isInStencil(map().constructSize(),
false);
62 const labelList& stencilCells = stencil_[celli];
66 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.
baseclass for extended cell centred addressing. Contains per cell a list of neighbouring cells and/or...
Class containing processor-to-processor mapping information.
Baseclass for cell-to-cell stencils.
void compact()
After removing elements from the stencil adapt the schedule (map).
const labelListList & stencil() const
Return reference to the stencil.
extendedCentredCellToCellStencil(const cellToCellStencil &)
Construct from uncompacted cell stencil.