33 #ifndef pureUpwindCFCCellToFaceStencilObject_H
34 #define pureUpwindCFCCellToFaceStencilObject_H
55 pureUpwindCFCCellToFaceStencilObject
85 if (extendedCellToFaceStencil::debug)
87 Info<<
"Generated pure upwind stencil " <<
type()
96 TypeName(
"pureUpwindCFCCellToFaceStencil");
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.
static void writeStencilStats(Ostream &os, const labelListList &stencil, const distributionMap &map)
Write some statistics about stencil.
Creates upwind stencil by shifting a centred stencil to upwind and downwind faces and optionally remo...
const labelListList & ownStencil() const
Return reference to the stencil.
const distributionMap & ownMap() const
Return reference to the parallel distribution map.
Mesh data needed to do the Finite Volume discretisation.
virtual ~pureUpwindCFCCellToFaceStencilObject()
Destructor.
pureUpwindCFCCellToFaceStencilObject(const fvMesh &mesh)
Construct from uncompacted face stencil.
virtual bool movePoints()
Update for mesh motion.
TypeName("pureUpwindCFCCellToFaceStencil")
Ostream & endl(Ostream &os)
Add newline and flush stream.