polyMesh, fvMesh: The moving and topoChanged flags are now maintained by fvMesh

avoiding problems with mesh generation, pre/post-processing applications
etc. triggering inappropriate changes to the moving and topoChanged states which
are only needed for updates in solvers corresponding to mesh changes.
This commit is contained in:
Henry Weller
2022-06-10 16:50:41 +01:00
parent 6ff2603fce
commit 867badc024
13 changed files with 47 additions and 63 deletions

View File

@ -191,10 +191,6 @@ int main(int argc, char *argv[])
}
mesh.moving(false);
mesh.topoChanged(false);
label action = rndGen.sampleAB<label>(0, 6);