36#ifndef centredCECCellToFaceStencilObject_H
37#define centredCECCellToFaceStencilObject_H
57 TopologicalMeshObject,
58 centredCECCellToFaceStencilObject
60 public extendedCentredCellToFaceStencil
73 TypeName(
"centredCECCellToFaceStencil");
84 MeshObject_type(
mesh),
87 if (extendedCellToFaceStencil::debug)
89 Info<<
"Generated centred stencil " <<
type()
Combined corresponding cellToCellStencil of owner and neighbour.
MeshObject(const fvMesh &mesh)
const fvMesh & mesh() const noexcept
TypeName("centredCECCellToFaceStencil")
virtual ~centredCECCellToFaceStencilObject()=default
Destructor.
centredCECCellToFaceStencilObject(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.