61 meshObject::clear<pointMesh, GeometricMeshObject>(*this);
62 meshObject::clear<polyMesh, GeometricMeshObject>(*this);
82 <<
"Clearing topology isMeshUpdate:" << isMeshUpdate <<
endl;
101 TopologicalMeshObject,
110 meshObject::clear<pointMesh, TopologicalMeshObject>(*this);
111 meshObject::clear<polyMesh, TopologicalMeshObject>(*this);
118 globalMeshDataPtr_.clear();
130 tetBasePtIsPtr_.clear();
133 cellTreePtr_.clear();
146 clearedPrimitives_ =
true;
164 tetBasePtIsPtr_.clear();
175 cellTreePtr_.clear();
void clearAddressing()
Clear topological data.
void resetMotion() const
Reset motion.
void clearOut()
Clear all geometry and addressing unnecessary for CFD.
Ostream & endl(Ostream &os)
Add newline and flush stream.
void clearGeom()
Clear geometry at this level and at patches.
Mesh representing a set of points created from polyMesh.
void clearGeom()
Clear geometry.
void clearPrimitives()
Clear primitive data (points, faces and cells)
static void clearUpto(objectRegistry &)
Clear all meshObject derived from FromType up to (but not including)
void setSize(const label)
Reset size of PtrList. If extending the PtrList, new entries are.
void clearGeom()
Clear geometry.
void removeBoundary()
Remove boundary patches.
void clearTetBasePtIs()
Clear tet base points.
void setSize(const label)
Reset size of List.
void clear()
Clear the PtrList, i.e. set size to zero deleting all the.
void clearAddressing()
Clear addressing.
void clearCellTree()
Clear cell tree data.
polyMesh(const IOobject &io)
Construct from IOobject.
#define InfoInFunction
Report an information message using Foam::Info.