COMP: foamyQuadMesh: build order
This commit is contained in:
parent
ff2a274770
commit
51b4035dbe
18
applications/utilities/mesh/generation/Allwmake
Executable file
18
applications/utilities/mesh/generation/Allwmake
Executable 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user