33 #ifndef centredFECCellToFaceStencilObject_H
34 #define centredFECCellToFaceStencilObject_H
55 centredFECCellToFaceStencilObject
85 if (extendedCellToFaceStencil::debug)
87 Info<<
"Generated centred stencil " <<
type()
96 TypeName(
"centredFECCellToFaceStencil");
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.
All cells connected via edge to face.
TypeName("centredFECCellToFaceStencil")
virtual bool movePoints()
Update for mesh motion.
centredFECCellToFaceStencilObject(const fvMesh &mesh)
Construct from uncompacted face stencil.
virtual ~centredFECCellToFaceStencilObject()
Destructor.
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.