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

[Algorit] Change localBisection parameters

Solve until the binary comparison terminates
Re-enable fastQuadratic
parent 79e02a3c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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