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

Start bisecting from 1.0

parent 0bf1064a
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
int bisectionsteps = 0;
Bisection bisection(0.0, 1.0, 1e-12, true, 0); // TODO
return bisection.minimize(psi, 0.0, 0.0, bisectionsteps); // TODO
return bisection.minimize(psi, 1.0, 0.0, bisectionsteps); // TODO
}
void assembleTruncate(VectorType const &u, Linearization &linearization,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment