Go to the documentation of this file.
21 "The percentage (between 0 and 1) of the newton update to take.");
26 :
GeneralDamper(parameters), _damping(getParam<Real>(
"damping"))
32 const NumericVector<Number> & )
ConstantDamper(const InputParameters ¶meters)
static InputParameters validParams()
Real _damping
The constant amount of the Newton update to take.
virtual Real computeDamping(const NumericVector< Number > &solution, const NumericVector< Number > &update) override
Return the constant damping value.
registerMooseObject("MooseApp", ConstantDamper)
Base class for deriving general dampers.
defineLegacyParams(ConstantDamper)
static InputParameters validParams()