mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
initial mattijsLib merge
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user