55 Pout<<
"polyMesh allocated :" <<
endl;
57 if (tetBasePtIsPtr_.valid())
72 meshObjects::clear<pointMesh, DeletableMeshObject>(*
this);
73 meshObjects::clear<polyMesh, DeletableMeshObject>(*
this);
77 boundary_.clearGeom();
90 <<
"Clearing topology isMeshUpdate:" << isMeshUpdate <<
endl;
118 meshObjects::clear<pointMesh, DeletableMeshObject>(*
this);
119 meshObjects::clear<polyMesh, DeletableMeshObject>(*
this);
126 globalMeshDataPtr_.clear();
133 pointZones_.clearAddressing();
134 faceZones_.clearAddressing();
135 cellZones_.clearAddressing();
138 tetBasePtIsPtr_.clear();
149 neighbour_.setSize(0);
151 clearedPrimitives_ =
true;
169 tetBasePtIsPtr_.clear();
void clear()
Clear the PtrList, i.e. set size to zero deleting all the.
void setSize(const label)
Reset size of PtrList. If extending the PtrList, new entries are.
static void clearUpto(objectRegistry &)
Clear all meshObjects derived from FromType up to (but not including)
Mesh representing a set of points created from polyMesh.
Mesh consisting of general polyhedral cells.
void clearGeom()
Clear geometry.
void clearPrimitives()
Clear primitive data (points, faces and cells)
void clearTetBasePtIs()
Clear tet base points.
void printAllocated() const
Print a list of all the currently allocated mesh data.
void removeBoundary()
Remove boundary patches.
void clearOut()
Clear all geometry and addressing unnecessary for CFD.
void clearGeom()
Clear geometry.
void clearAddressing()
Clear topological data.
void printAllocated() const
Print a list of all the currently allocated mesh data.
#define InfoInFunction
Report an information message using Foam::Info.
Ostream & endl(Ostream &os)
Add newline and flush stream.
prefixOSstream Pout(cout, "Pout")