Skip to content
Snippets Groups Projects
Commit dfcc0938 authored by podlesny's avatar podlesny
Browse files

remove debugging break after max number of iterations

parent c6734664
No related branches found
No related tags found
No related merge requests found
......@@ -161,11 +161,11 @@ FixedPointIterator<Factory, NBodyAssembler, Updaters, ErrorNorms>::run(
break;
}
if (res.iterations>200) {
/*if (res.iterations>200) {
std::cout << "FixedPointIterator: TNNMG did not converge, iterations: " << res.iterations << std::endl;
//DUNE_THROW(Dune::Exception, "FixedPointIterator: TNNMG did not converge");
break;
}
}*/
alpha = newAlpha;
}
......
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