ENH: distributedTriSurfaceMesh: auto-decomposition; inside/outside support

This commit is contained in:
mattijs
2019-02-18 13:29:01 +00:00
parent c3a4648452
commit 77e51249c7
29 changed files with 4142 additions and 520 deletions

View File

@ -0,0 +1,9 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions
cleanCase
(cd constant/triSurface && rm -f box_12_*.obj box.obj box_trans.obj)
#------------------------------------------------------------------------------