genericFields: Library reorganisation and reduce duplication

This commit is contained in:
Will Bainbridge
2023-08-24 16:37:23 +01:00
parent ba416ac909
commit 0433bd3e00
71 changed files with 920 additions and 1601 deletions

View File

@ -3,7 +3,6 @@ EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
EXE_LIBS = \
-lfiniteVolume \
-lgenericPatches \

View File

@ -3,10 +3,8 @@ EXE_INC = \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-ldynamicMesh \
-lmeshTools \
-lgenericPatches \
-lfiniteVolume \
-lgenericPatchFields
-lgenericFvFields

View File

@ -7,4 +7,4 @@ EXE_LIBS = \
-lmeshTools \
-ldynamicMesh \
-lfiniteVolume \
-lgenericPatchFields
-lgenericFvFields

View File

@ -4,7 +4,6 @@ EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude
EXE_LIBS = \
-ldynamicMesh \
-lmeshTools \