ENH: motorBike: change coarseLevel solver

This commit is contained in:
mattijs
2020-06-03 15:28:52 +01:00
parent 5c220a9e2d
commit 67b7b378db
4 changed files with 6 additions and 4 deletions

View File

@ -38,7 +38,9 @@ solvers
// solution tolerance
coarsestLevelCorr
{
solver PCG;
// For limited residual reduction (relTol) PPCR behaves better
// than PCG (or PPCG)
solver PPCR; //PCG;
preconditioner DIC;
relTol 0.05;
}