b2cd738861
Conflicts: applications/utilities/mesh/manipulation/moveDyMEngineMesh/Make/options applications/utilities/mesh/manipulation/moveDyMEngineMesh/moveDyMEngineMesh.C applications/utilities/mesh/manipulation/setsToZones/setsToZones.C applications/utilities/parallelProcessing/decomposePar/decomposePar.C src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C src/decompositionMethods/decompositionMethods/patchConstrainedDecomp/patchConstrainedDecomp.C src/decompositionMethods/metisDecomp/metisDecomp.C src/dynamicMesh/topoChangerFvMesh/Make/files src/dynamicMesh/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.C src/finiteArea/faMesh/faMesh.C src/finiteVolume/cfdTools/general/include/checkVolContinuity.H src/tetDecompositionFiniteElement/tetPolyMeshCellDecomp/tetPolyPatches/constraint/processor/calcProcessorTetPolyPatchCellDecompPointAddr.C src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C tutorials/incompressible/icoDyMFoam/movingConeTopo/system/decomposeParDict
17 lines
428 B
Text
17 lines
428 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/engine/lnInclude \
|
|
$(WM_DECOMP_INC)
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-ldynamicMesh \
|
|
-ldynamicFvMesh \
|
|
-lmeshTools \
|
|
-lengine \
|
|
-lmeshTools \
|
|
$(WM_DECOMP_LIBS) \
|
|
-llduSolvers
|