ENH: renumberMesh: added Sloan renumbering

This commit is contained in:
mattijs
2012-02-21 13:00:35 +00:00
parent 245a111235
commit a0597834a9
9 changed files with 430 additions and 11 deletions

View File

@ -0,0 +1,14 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
export SLOAN_LINK_FLAGS=''
if [ -f "${FOAM_LIBBIN}/libSloanRenumber.so" ]
then
echo "Found libSloanRenumber.so -- enabling Sloan renumbering support."
export SLOAN_LINK_FLAGS="-lSloanRenumber"
fi
wmake
# ----------------------------------------------------------------- end-of-file