Skip to content

Commit

Permalink
Merge pull request OPM#363 from dr-robertk/PR/max_residual_allowed
Browse files Browse the repository at this point in the history
FullyImplicitBlockOil: increase max_allowed_residual to 1e7.
  • Loading branch information
atgeirr committed Apr 23, 2015
2 parents ee7b5c7 + 654c847 commit 4b7440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opm/autodiff/FullyImplicitBlackoilSolver_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ namespace detail {
relax_rel_tol_ = 0.2;
max_iter_ = 15; // not more then 15 its by default
min_iter_ = 1; // Default to always do at least one nonlinear iteration.
max_residual_allowed_ = 1e5;
max_residual_allowed_ = 1e7;
tolerance_mb_ = 1.0e-5;
tolerance_cnv_ = 1.0e-2;
tolerance_wells_ = 1.0e-2;
Expand Down

0 comments on commit 4b7440a

Please sign in to comment.