initial mattijsLib merge

This commit is contained in:
mattijs
2008-04-23 15:51:54 +01:00
parent 7faf688709
commit c731cfdca4
20 changed files with 40 additions and 968 deletions

View File

@ -62,7 +62,7 @@ void Foam::fvMotionSolver::movePoints(const pointField& p)
void Foam::fvMotionSolver::updateMesh(const mapPolyMesh& mpm)
{
motionSolver::updateMesh();
motionSolver::updateMesh(mpm);
pointMesh_.updateMesh(mpm);
vpi_.updateMesh();
}