Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
agnumpde
dune-solvers
Commits
661769ec
Commit
661769ec
authored
Sep 29, 2022
by
Patrick Jaap
Browse files
Spelling
parent
2a20a389
Pipeline
#51774
failed with stages
in 11 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dune/solvers/solvers/proximalnewtonsolver.hh
View file @
661769ec
...
...
@@ -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 weig
t
h r,
* The user has to provide a suitable regularization strategy to control the regularization weigh
t
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 criter
i
a
bool
accepted
=
true
;
std
::
string
errorMessage
;
for
(
auto
&&
c
:
descentCriteria_
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment