ENH: mapDistributePolyMesh: new test app

This commit is contained in:
mattijs
2017-05-18 16:57:22 +01:00
parent ff132ff5f6
commit 8255005e19
23 changed files with 1501 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Test-mapDistributePolyMesh.C
EXE = $(FOAM_USER_APPBIN)/Test-mapDistributePolyMesh

View File

@ -0,0 +1,9 @@
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-ldynamicMesh \
-lmeshTools