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

Make fewer minimisation steps

parent e4ac6ecf
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject { ...@@ -121,7 +121,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject {
ignore_component); ignore_component);
LocalVectorType correction; LocalVectorType correction;
Dune::minimise(localJ, ui, 10, bisection); // FIXME: hardcoded value Dune::minimise(localJ, ui, 5, bisection); // FIXME: hardcoded value
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment