polyTopoChange: New library containing the mesh topology change functionality

from the original dynamicMesh library, now separated into polyTopoChange and motionSolvers
This commit is contained in:
Henry Weller
2023-12-14 14:08:45 +00:00
parent db706b574b
commit b9fe7df344
196 changed files with 169 additions and 169 deletions

View File

@ -1,6 +1,6 @@
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/polyTopoChange/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
@ -9,6 +9,6 @@ EXE_LIBS = \
-lfluidThermophysicalModels \
-lmeshTools \
-lgenericPatches \
-ldynamicMesh \
-lpolyTopoChange \
-lfiniteVolume \
-lfvModels

View File

@ -1,11 +1,11 @@
EXE_INC = \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/polyTopoChange/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude
EXE_LIBS = \
-ldynamicMesh \
-lpolyTopoChange \
-lmeshTools \
-lgenericPatches \
-ltriSurface \

View File

@ -2,11 +2,11 @@ EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/meshCheck/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/polyTopoChange/lnInclude \
EXE_LIBS = \
-lfiniteVolume \
-lgenericPatches \
-lmeshTools \
-lmeshCheck \
-ldynamicMesh
-lpolyTopoChange

View File

@ -1,10 +1,10 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/polyTopoChange/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-ldynamicMesh \
-lpolyTopoChange \
-lmeshTools \
-lfiniteVolume \
-lgenericFvFields

View File

@ -1,8 +1,8 @@
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude
-I$(LIB_SRC)/polyTopoChange/lnInclude
EXE_LIBS = \
-ldynamicMesh \
-lpolyTopoChange \
-lgenericPatches \
-lmeshTools

View File

@ -1,10 +1,10 @@
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/polyTopoChange/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-lmeshTools \
-ldynamicMesh \
-lpolyTopoChange \
-lfiniteVolume \
-lgenericFvFields

View File

@ -1,11 +1,11 @@
EXE_INC = \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/polyTopoChange/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude
EXE_LIBS = \
-ldynamicMesh \
-lpolyTopoChange \
-lmeshTools \
-lgenericPatches \
-ltriSurface \

View File

@ -1,8 +1,8 @@
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude
-I$(LIB_SRC)/polyTopoChange/lnInclude
EXE_LIBS = \
-ldynamicMesh \
-lpolyTopoChange \
-lgenericPatches \
-lmeshTools