BUG: (un)refinement: combine topochange+motion. Fixes #2492

Explicitly unset the mesh.moving flag whilst doing the topo change.
This commit is contained in:
mattijs
2022-06-09 11:32:49 +01:00
parent c5cede38aa
commit d2d976bda8
2 changed files with 16 additions and 0 deletions

View File

@ -10,4 +10,7 @@ cd "${0%/*}" || exit # Run from this directory
runApplication decomposePar
runParallel $(getApplication)
runApplication reconstructParMesh
runApplication reconstructPar
#------------------------------------------------------------------------------