ENH: redistributePar: allow nDomains 1 in decomposeParDict. Fixes #924.

Note: this removes the option to reconstruct by setting nDomains to 1.
      You now have to explicitly use -reconstruct to reconstruct.
This commit is contained in:
mattijs
2018-08-09 15:17:21 +01:00
parent 9fa4371d9f
commit 4637e4582c
2 changed files with 562 additions and 467 deletions

View File

@ -4,6 +4,7 @@ EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \ -I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/regionModels/regionModel/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \ -I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude -I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude
@ -17,4 +18,5 @@ EXE_LIBS = \
-lmeshTools \ -lmeshTools \
-llagrangian \ -llagrangian \
-ldynamicMesh \ -ldynamicMesh \
-lregionModels \
-lsnappyHexMesh -lsnappyHexMesh