36#ifndef upwindFECCellToFaceStencilObject_H
37#define upwindFECCellToFaceStencilObject_H
57 TopologicalMeshObject,
58 upwindFECCellToFaceStencilObject
60 public extendedUpwindCellToFaceStencil
73 TypeName(
"upwindFECCellToFaceStencil");
82 const scalar minOpposedness
85 MeshObject_type(
mesh),
86 extendedUpwindCellToFaceStencil
93 if (extendedCellToFaceStencil::debug)
95 Info<<
"Generated off-centred stencil " <<
type()
All cells connected via edge to face.
MeshObject(const fvMesh &mesh)
const fvMesh & mesh() const noexcept
static void writeStencilStats(Ostream &os, const labelListList &stencil, const mapDistribute &map)
Write some statistics about stencil.
const mapDistribute & ownMap() const
Return reference to the parallel distribution map.
const labelListList & ownStencil() const
Return reference to the stencil.
Mesh data needed to do the Finite Volume discretisation.
virtual ~upwindFECCellToFaceStencilObject()=default
Destructor.
upwindFECCellToFaceStencilObject(const fvMesh &mesh, const bool pureUpwind, const scalar minOpposedness)
Construct from uncompacted face stencil.
TypeName("upwindFECCellToFaceStencil")
messageStream Info
Information stream (stdout output on master, null elsewhere).
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
Ostream & endl(Ostream &os)
Add newline and flush stream.
constexpr char nl
The newline '\n' character (0x0a).
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.