ENH: Add basic functionality for better parallel decomp.

BUG: Wrong decision about wellInside.

STYLE: Rename variable - maxLevels to minLevels - better description.

COMP: Add decomp libs.
This commit is contained in:
graham
2011-05-13 10:11:30 +01:00
parent 8a1e3af9ad
commit b2d207ce2d
7 changed files with 39 additions and 4 deletions

View File

@ -11,6 +11,7 @@ EXE_INC = \
-I$(LIB_SRC)/mesh/conformalVoronoiMesh/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude
@ -19,6 +20,7 @@ EXE_LIBS = \
$(CGAL_LIBS) \
-lconformalVoronoiMesh \
-lmeshTools \
-ldecompositionMethods -L$(FOAM_LIBBIN)/dummy -lscotchDecomp \
-ledgeMesh \
-ltriSurface \
-ldynamicMesh