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

Increase hardcoded value :)

parent 4e41cdee
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment