BUG: missing parallel-aware for metis-like decomposition

This commit is contained in:
Mark Olesen
2017-10-13 12:45:28 +02:00
parent 9b2a25516e
commit b29f2a61b6
21 changed files with 80 additions and 219 deletions

View File

@ -1,13 +1,10 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions
cleanCase
# Restore default dictionaries
cp system/decomposeParDict-2 system/decomposeParDict
cp system/controlDict-startTime system/controlDict
# -----------------------------------------------------------------------------