reconstructPar: Reconstruct the mesh
The reconstructPar utility now reconstructs the mesh if and when it is necessary to do so. The reconstructParMesh utility is therefore no longer necessary and has been removed. It was necessary/advantagous to consolidate these utilities into one because in the case of mesh changes it becomes increasingly less clear which of the separate utilities is responsible for reconstructing data that is neither clearly physical field nor mesh topology; e.g., moving points, sets, refinement data, and so on.
This commit is contained in:
@ -50,7 +50,7 @@ cleanCase()
|
||||
$d/fvMesh $d/*/fvMesh \
|
||||
$d/cellToRegion $d/*/cellToRegion \
|
||||
$d/cellLevel* $d/pointLevel* \
|
||||
$d/cellDist $d/cellDecomposition
|
||||
$d/cellProc
|
||||
done
|
||||
|
||||
[ -d system ] && [ -d dynamicCode ] && rm -rf dynamicCode
|
||||
|
||||
Reference in New Issue
Block a user