36#ifndef centredFECCellToFaceStencilObject_H
37#define centredFECCellToFaceStencilObject_H
57 TopologicalMeshObject,
58 centredFECCellToFaceStencilObject
60 public extendedCentredCellToFaceStencil
73 TypeName(
"centredFECCellToFaceStencil");
84 MeshObject_type(
mesh),
87 if (extendedCellToFaceStencil::debug)
89 Info<<
"Generated centred stencil " <<
type()
All cells connected via edge to face.
MeshObject(const fvMesh &mesh)
const fvMesh & mesh() const noexcept
TypeName("centredFECCellToFaceStencil")
virtual ~centredFECCellToFaceStencilObject()=default
Destructor.
centredFECCellToFaceStencilObject(const fvMesh &mesh)
Construct from uncompacted face stencil.
static void writeStencilStats(Ostream &os, const labelListList &stencil, const mapDistribute &map)
Write some statistics about stencil.
const mapDistribute & 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.
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.