From 1bdc2ad1ef3857bd41b357137454e3a1ed23ced1 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Thu, 10 Nov 2011 10:56:47 +0100
Subject: [PATCH] Make fewer minimisation steps

---
 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 b8a50d9d..f3a6c50b 100644
--- a/dune/tectonic/myblockproblem.hh
+++ b/dune/tectonic/myblockproblem.hh
@@ -121,7 +121,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject {
                                                 ignore_component);
 
       LocalVectorType correction;
-      Dune::minimise(localJ, ui, 10, bisection); // FIXME: hardcoded value
+      Dune::minimise(localJ, ui, 5, bisection); // FIXME: hardcoded value
     }
   }
 
-- 
GitLab