mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' into splitCyclic
Conflicts: src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C src/parallel/decompose/scotchDecomp/scotchDecomp.C src/parallel/parMetisDecomp/parMetisDecomp.C src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C
This commit is contained in:
@ -237,9 +237,7 @@ $(lduMatrix)/preconditioners/diagonalPreconditioner/diagonalPreconditioner.C
|
||||
$(lduMatrix)/preconditioners/DICPreconditioner/DICPreconditioner.C
|
||||
$(lduMatrix)/preconditioners/FDICPreconditioner/FDICPreconditioner.C
|
||||
$(lduMatrix)/preconditioners/DILUPreconditioner/DILUPreconditioner.C
|
||||
/*
|
||||
$(lduMatrix)/preconditioners/GAMGPreconditioner/GAMGPreconditioner.C
|
||||
*/
|
||||
|
||||
lduAddressing = $(lduMatrix)/lduAddressing
|
||||
$(lduAddressing)/lduAddressing.C
|
||||
@ -253,17 +251,17 @@ $(lduInterfaceFields)/processorLduInterfaceField/processorLduInterfaceField.C
|
||||
$(lduInterfaceFields)/cyclicLduInterfaceField/cyclicLduInterfaceField.C
|
||||
|
||||
GAMG = $(lduMatrix)/solvers/GAMG
|
||||
/*
|
||||
*/
|
||||
$(GAMG)/GAMGSolver.C
|
||||
$(GAMG)/GAMGSolverAgglomerateMatrix.C
|
||||
$(GAMG)/GAMGSolverScalingFactor.C
|
||||
$(GAMG)/GAMGSolverSolve.C
|
||||
|
||||
GAMGInterfaces = $(GAMG)/interfaces
|
||||
$(GAMGInterfaces)/GAMGInterface/GAMGInterface.C
|
||||
$(GAMGInterfaces)/GAMGInterface/newGAMGInterface.C
|
||||
$(GAMGInterfaces)/processorGAMGInterface/processorGAMGInterface.C
|
||||
$(GAMGInterfaces)/cyclicGAMGInterface/cyclicGAMGInterface.C
|
||||
|
||||
GAMGInterfaceFields = $(GAMG)/interfaceFields
|
||||
$(GAMGInterfaceFields)/GAMGInterfaceField/GAMGInterfaceField.C
|
||||
$(GAMGInterfaceFields)/GAMGInterfaceField/newGAMGInterfaceField.C
|
||||
|
||||
Reference in New Issue
Block a user