61 meshObjects::clear<pointMesh, DeletableMeshObject>(*
this);
62 meshObjects::clear<polyMesh, DeletableMeshObject>(*
this);
66 boundary_.clearGeom();
82 <<
"Clearing topology isMeshUpdate:" << isMeshUpdate <<
endl;
110 meshObjects::clear<pointMesh, DeletableMeshObject>(*
this);
111 meshObjects::clear<polyMesh, DeletableMeshObject>(*
this);
118 globalMeshDataPtr_.clear();
125 pointZones_.clearAddressing();
126 faceZones_.clearAddressing();
127 cellZones_.clearAddressing();
130 tetBasePtIsPtr_.clear();
133 cellTreePtr_.clear();
144 neighbour_.setSize(0);
146 clearedPrimitives_ =
true;
164 tetBasePtIsPtr_.clear();
175 cellTreePtr_.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 clearCellTree()
Clear cell tree data.
void clearGeom()
Clear geometry.
void clearPrimitives()
Clear primitive data (points, faces and cells)
void clearTetBasePtIs()
Clear tet base points.
void removeBoundary()
Remove boundary patches.
void clearOut()
Clear all geometry and addressing unnecessary for CFD.
void clearGeom()
Clear geometry.
void clearAddressing()
Clear topological data.
#define InfoInFunction
Report an information message using Foam::Info.
Ostream & endl(Ostream &os)
Add newline and flush stream.