ENH: GAMGSolver: specify coarsest level solver. Fixes #1342.

This commit is contained in:
mattijs
2019-06-17 10:15:24 +01:00
committed by Andrew Heather
parent ed10b19a2c
commit e7b8b7d6ed
4 changed files with 74 additions and 38 deletions

View File

@ -33,6 +33,15 @@ solvers
{
$p;
relTol 0;
// Explicit specify solver for coarse-level correction to override
// solution tolerance
coarsestLevelCorr
{
solver PCG;
preconditioner DIC;
relTol 0.05;
}
}
"(U|k|B|nuTilda)"