TUT: Cs: use PBiCGStab for tight tolerance

This commit is contained in:
mattijs
2022-05-25 11:43:03 +01:00
committed by Andrew Heather
parent cc1e6c12bb
commit 69db18138d

View File

@ -18,7 +18,8 @@ solvers
{
Cs
{
solver PBiCG;
//solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
minIter 0;
maxIter 2000;