volPointInterpolation, pointMesh now MeshObject

This commit is contained in:
mattijs
2008-10-21 15:02:04 +01:00
parent cdb0a8a8d5
commit 99e8bf7516
81 changed files with 371 additions and 518 deletions

View File

@ -28,6 +28,8 @@ License
#include "primitiveMesh.H"
#include "globalMeshData.H"
#include "demandDrivenData.H"
#include "pointMesh.H"
#include "Time.H"
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
@ -65,6 +67,8 @@ void Foam::polyMesh::clearGeom()
{
boundary_[patchI].clearGeom();
}
pointMesh::Delete(*this);
}
@ -82,6 +86,8 @@ void Foam::polyMesh::clearAddressing()
// parallelData depends on the processorPatch ordering so force
// recalculation
deleteDemandDrivenData(globalMeshDataPtr_);
pointMesh::Delete(*this);
}