Specifies the damping parameters for damped Newton.
More...
#include <ptems/solvers/nonlinearsolver.hpp>
|
| DampingParameters (real_type initial, real_type increment, real_type minimum) |
| Creates the damping Newton parameters. More...
|
|
template<typename real_type>
struct ptems::DampingParameters< real_type >
Specifies the damping parameters for damped Newton.
- Template Parameters
-
real_type | The real-valued type for the parameters (underlying type of the nonlinear system) |
◆ DampingParameters()
template<typename real_type >
Creates the damping Newton parameters.
- Parameters
-
initial | The initial damping parameter |
increment | The increment for the damping parameter |
minimum | The minimum value for the damping parameter |
◆ Increment
template<typename real_type >
The increment for the damping parameter.
◆ Initial
template<typename real_type >
The initial damping parameter.
◆ Minimum
template<typename real_type >
The minimum value for the damping parameter.
The documentation for this struct was generated from the following file:
- ptems/solvers/nonlinearsolver.hpp