From c14391f0c52d20d7541ad91a460045aaf92e94ad Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Mon, 19 Dec 2011 14:53:05 +0100
Subject: [PATCH] Start bisecting from 1.0

---
 dune/tectonic/myblockproblem.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh
index 48be6f83..6e43c2b1 100644
--- a/dune/tectonic/myblockproblem.hh
+++ b/dune/tectonic/myblockproblem.hh
@@ -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,
-- 
GitLab