Skip to content
Snippets Groups Projects
Commit f9f22d15 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

tweak some solver parameters

[[Imported from SVN: r5695]]
parent 382d3cf0
No related branches found
No related tags found
No related merge requests found
......@@ -68,9 +68,9 @@ evaluate(const Dune::FieldVector<ctype, dim>& local)
solver.setup(&assembler,
coefficients_[0], // initial iterate
1e-8, // tolerance
1e-5, // tolerance
20, // maxTrustRegionSteps
1, // initial trust region radius
2, // initial trust region radius
20, // inner iterations
1e-8 // inner tolerance
);
......
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