Changed minIter on alpha1 solution
This commit is contained in:
parent
58e86dca1f
commit
81b7ffb413
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ solvers
|
|||
solver BiCGStab;
|
||||
preconditioner ILU0;
|
||||
|
||||
minIter 1;
|
||||
minIter 0;
|
||||
maxIter 100;
|
||||
tolerance 1e-08;
|
||||
relTol 0;
|
||||
|
|
Reference in a new issue