Base class for deriving general dampers.
static InputParameters validParams()
Base class for a system (of equations)
virtual Real computeDamping(const NumericVector< Number > &solution, const NumericVector< Number > &update)=0
Computes this Damper's damping.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Generic class for solving transient nonlinear problems.
Base class for deriving dampers.
const InputParameters & parameters() const
Get the parameters of the object.
GeneralDamper(const InputParameters ¶meters)