51 Pout<<
"polyMesh allocated :" <<
endl;
53 if (tetBasePtIsPtr_.valid())
65 meshObjects::clear<polyMesh, DeletableMeshObject>(*
this);
69 boundary_.clearGeom();
77 void Foam::polyMesh::clearAddressing()
83 globalMeshDataPtr_.clear();
90 pointZones_.clearAddressing();
91 faceZones_.clearAddressing();
92 cellZones_.clearAddressing();
95 tetBasePtIsPtr_.clear();
101 meshObjects::clear<polyMesh, DeletableMeshObject>(*
this);
111 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.
void clearGeom()
Clear geometry.
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 DebugInFunction
Report an information message using Foam::Info.
Ostream & endl(Ostream &os)
Add newline and flush stream.
prefixOSstream Pout(cout, "Pout")