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

[Algorit] (minor) Disable local fastQuadratic bisection

parent 7c7282b6
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,7 @@ class MyBlockProblem : /* NOT PUBLIC */ BlockNonlinearGSProblem<ConvexProblem> { ...@@ -57,8 +57,7 @@ class MyBlockProblem : /* NOT PUBLIC */ BlockNonlinearGSProblem<ConvexProblem> {
MyBlockProblem(Dune::ParameterTree const &parset, ConvexProblem &problem) MyBlockProblem(Dune::ParameterTree const &parset, ConvexProblem &problem)
: BNGSP(parset, problem), : BNGSP(parset, problem),
parset_(parset), parset_(parset),
localBisection() // TODO localBisection(0.0, 1.0, 1e-12, false) {}
{}
std::string getOutput(bool header = false) const { std::string getOutput(bool header = false) const {
if (header) { if (header) {
......
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