Skip to content
Snippets Groups Projects
Commit 24b5bce5 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

maxNewtonSteps --> maxTrustRegionSteps

parent 097b38b5
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ int main (int argc, char *argv[]) try
// read solver settings
const int numLevels = parameterSet.get<int>("numLevels");
const double tolerance = parameterSet.get<double>("tolerance");
const int maxTrustRegionSteps = parameterSet.get<int>("maxNewtonSteps");
const int maxTrustRegionSteps = parameterSet.get<int>("maxTrustRegionSteps");
const double initialTrustRegionRadius = parameterSet.get<double>("initialTrustRegionRadius");
const int multigridIterations = parameterSet.get<int>("numIt");
const int nu1 = parameterSet.get<int>("nu1");
......
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