COMP: foamyQuadMesh: build order

This commit is contained in:
mattijs 2013-09-27 09:15:44 +01:00
parent ff2a274770
commit 51b4035dbe
2 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,18 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake all blockMesh
wmake all extrude
wmake all extrude2DMesh
wmake all snappyHexMesh
if [ -d "$CGAL_ARCH_PATH" ]
then
wmake libso foamyHexMesh/conformalVoronoiMesh
wmake all foamyHexMesh
wmake all foamyQuadMesh
fi
# ----------------------------------------------------------------- end-of-file

View File

@ -4,7 +4,9 @@ set -x
if [ -d "$CGAL_ARCH_PATH" ]
then
wmake libso ../foamyHexMesh/conformalVoronoiMesh
#- Already built by ../Allwake
#wmake libso ../foamyHexMesh/conformalVoronoiMesh
wmake libso conformalVoronoi2DMesh
wmake
fi