31 virtual Real
computeDamping(
const NumericVector<Number> & solution,
32 const NumericVector<Number> & update)
override;
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.
Base class for deriving general dampers.
const InputParameters & parameters() const
Get the parameters of the object.