44Foam::staticFvMesh::staticFvMesh(
const IOobject&
io,
const bool doInit)
46 dynamicFvMesh(
io, doInit)
50Foam::staticFvMesh::staticFvMesh
66 std::move(allNeighbour),
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
Defines the attributes of an object for which implicit objectRegistry management is supported,...
Abstract base class for geometry and/or topology changing fvMesh.
virtual const faceList & faces() const
Return raw faces.
virtual const pointField & points() const
Return raw points.
virtual bool update()
Dummy update function which does not change the mesh.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
List< label > labelList
A List of labels.
List< face > faceList
List of faces.
vectorField pointField
pointField is a vectorField.