- redistributePar to have almost (complete) functionality of decomposePar+reconstructPar - low-level distributed Field mapping - support for mapping surfaceFields (including flipping faces) - support for decomposing/reconstructing refinement data
13 lines
307 B
Bash
Executable File
13 lines
307 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Source tutorial clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
# Restore default dictionaries
|
|
cp system/decomposeParDict-2 system/decomposeParDict
|
|
cp system/controlDict-startTime system/controlDict
|
|
|
|
cleanCase
|
|
rm -f constant/polyMesh/boundary
|
|
rm -f constant/polyMesh/procAddressing
|