33 #ifndef centredCFCCellToFaceStencilObject_H
34 #define centredCFCCellToFaceStencilObject_H
55 centredCFCCellToFaceStencilObject
85 if (extendedCellToFaceStencil::debug)
87 Info<<
"Generated centred stencil " <<
type()
96 TypeName(
"centredCFCCellToFaceStencil");
Combined corresponding cellToCellStencil of owner and neighbour.
Templated abstract base-class for demand-driven mesh objects used to automate their allocation to the...
const fvMesh & mesh() const
virtual const word & type() const
Runtime type information.
virtual ~centredCFCCellToFaceStencilObject()
Destructor.
virtual bool movePoints()
Update for mesh motion.
centredCFCCellToFaceStencilObject(const fvMesh &mesh)
Construct from uncompacted face stencil.
TypeName("centredCFCCellToFaceStencil")
static void writeStencilStats(Ostream &os, const labelListList &stencil, const distributionMap &map)
Write some statistics about stencil.
const distributionMap & map() const
Return reference to the parallel distribution map.
const labelListList & stencil() const
Return reference to the stencil.
Mesh data needed to do the Finite Volume discretisation.
Ostream & endl(Ostream &os)
Add newline and flush stream.