From b3c9f60090838d67558253d88819b57035546c03 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Fri, 28 Oct 2011 18:36:40 +0200 Subject: [PATCH] Increase hardcoded value :) --- src/myblockproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/myblockproblem.hh b/src/myblockproblem.hh index 6e3bb608..1457c813 100644 --- a/src/myblockproblem.hh +++ b/src/myblockproblem.hh @@ -121,7 +121,7 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject { LocalVectorType ui_copy = ui; LocalVectorType correction; - for (size_t i = 1; i <= 5; ++i) { + for (size_t i = 1; i <= 10; ++i) { // FIXME: hardcoded value Dune::minimise(localJ, ui_copy, correction); ui_copy += correction; } -- GitLab