mixerVesselAMI2D

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory

# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions

application=`getApplication`

./makeMesh

#runApplication $application
runApplication decomposePar
runParallel $application 4
runApplication reconstructPar

# —————————————————————– end-of-file

実行年月:01/24/2016