Skip to content
Snippets Groups Projects
Commit 661769ec authored by Patrick Jaap's avatar Patrick Jaap
Browse files

Spelling

parent 2a20a389
No related branches found
No related tags found
No related merge requests found
Pipeline #51774 failed
......@@ -71,7 +71,7 @@ namespace Dune::Solvers
* During the minimization, a sequence of increments dx as solutions of the second order subproblems
* Minimize 0.5*f''(x)[dx,dx] + f'(x)[dx] + g(x + dx) + r*||dx||^2
* is computed until the update x := x + dx converges in some sense.
* The user has to provide a suitable regularization strategy to control the regularization weigth r,
* The user has to provide a suitable regularization strategy to control the regularization weight r,
* and a proper norm ||.|| for the subproblem.
*
* \param sea The SmoothEnergyAssembler representing f: It must provide the method
......@@ -382,7 +382,7 @@ namespace Dune::Solvers
/// Stage III: Check that the new x fulfills descent criteria /////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
// check user added additional descent critera
// check user added additional descent criteria
bool accepted = true;
std::string errorMessage;
for ( auto&& c: descentCriteria_ )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment