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

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

# Run the mesh motion case
runApplication decomposePar
runParallel renumberMesh -overwrite
runParallel `getApplication`
runApplication reconstructPar
rm -rf processor*
rm log.decomposePar
rm log.renumberMesh
#------------------------------------------------------------------------------
