Skip to content
Snippets Groups Projects
Commit 55b6f9ea authored by Christian Engwer's avatar Christian Engwer
Browse files

Merge branch '39-inverseoperatorresult-clear-does-not-reset-condition_estimate' into 'master'

Resolve "InverseOperatorResult::clear() does not reset condition_estimate"

Closes #39

See merge request core/dune-istl!158
parents 73e2aaa1 05e4ddb7
Branches
Tags
1 merge request!158Resolve "InverseOperatorResult::clear() does not reset condition_estimate"
Pipeline #
......@@ -53,6 +53,7 @@ namespace Dune
converged = false;
conv_rate = 1;
elapsed = 0;
condition_estimate = -1;
}
/** \brief Number of iterations */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment