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

Always scale the trust region explicitly

... with values expected to be given in the parameter file.

Scaling the trust region is the key to success, because in general the midsurface
deformation and the rotations will have values in different ranges.
parent d1af9422
No related branches found
No related tags found
No related merge requests found
......@@ -289,6 +289,8 @@ int main (int argc, char *argv[]) try
baseTolerance,
instrumented);
solver.setScaling(parameterSet.get<FieldVector<double,6> >("trustRegionScaling"));
////////////////////////////////////////////////////////
// Set Dirichlet values
////////////////////////////////////////////////////////
......
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