Files
OpenFOAM-12/applications/utilities/parallelProcessing/redistributePar/Make/options
Henry Weller b9fe7df344 polyTopoChange: New library containing the mesh topology change functionality
from the original dynamicMesh library, now separated into polyTopoChange and motionSolvers
2023-12-14 14:08:45 +00:00

14 lines
392 B
Plaintext

EXE_INC = \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/polyTopoChange/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-lgenericFvFields \
-ldecompositionMethods \
-L$(FOAM_LIBBIN)/dummy -lscotchDecomp -lptscotchDecomp \
-lmeshTools \
-lpolyTopoChange