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:
@ -191,10 +191,6 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
|
||||
mesh.moving(false);
|
||||
mesh.topoChanged(false);
|
||||
|
||||
|
||||
label action = rndGen.sampleAB<label>(0, 6);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user