Skip to content
Snippets Groups Projects
Commit d2b208e0 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Expose acceptFactor

parent efa2e10e
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
bisection = Bisection(
0.0, // acceptError: Stop if the search interval has
// become smaller than this number
1.0, // acceptFactor: ?
parset.get<double>("bisection.acceptFactor"),
parset.get<double>("bisection.requiredResidual"), true, // fastQuadratic
0); // safety: acceptance factor for inexact minimization
}
......
......@@ -61,6 +61,7 @@ nu2 = 1
steps = 1
[bisection]
acceptFactor = 1.0
requiredResidual = 1e-12
[boundary.friction]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment