diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh index 0f43db0b5e6847aeac34af84e6fa44bd634e1129..3926e0ba57343501b3134d2314359d8d15ea6a00 100644 --- a/dune/tectonic/myblockproblem.hh +++ b/dune/tectonic/myblockproblem.hh @@ -59,7 +59,7 @@ class MyBlockProblem : /* NOT PUBLIC */ BlockNonlinearGSProblem<ConvexProblem> { : BNGSP(parset, problem), maxEigenvalues_(problem.f.size()), parset_(parset), - localBisection(0.0, 1.0, 1e-12, false) { + localBisection(0.0, 1.0, 0.0, true, 0.0) { for (size_t i = 0; i < problem.f.size(); ++i) { LocalVectorType eigenvalues; Dune::FMatrixHelp::eigenValues(problem.A[i][i], eigenvalues);