59 staticFvMesh(
const staticFvMesh&) =
delete;
62 void operator=(
const staticFvMesh&) =
delete;
74 staticFvMesh(
const IOobject&
io,
const bool doInit=
true);
85 const bool syncPar =
true
Defines the attributes of an object for which implicit objectRegistry management is supported,...
virtual const faceList & faces() const
Return raw faces.
virtual const pointField & points() const
Return raw points.
TypeName("staticFvMesh")
Runtime type information.
virtual bool dynamic() const
Is mesh dynamic.
~staticFvMesh()=default
Destructor.
virtual bool update()
Dummy update function which does not change the mesh.
List< label > labelList
A List of labels.
List< face > faceList
List of faces.
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.