27#include "neml2/models/Model.h"
45 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Definition IncrementToRate.h:38
const Variable< T > & _dv
Current variable value.
Definition IncrementToRate.h:48
Variable< T > & _dv_dt
Variable rate.
Definition IncrementToRate.h:57
const Variable< Scalar > & _t
Current time.
Definition IncrementToRate.h:51
const Variable< Scalar > & _tn
Old time.
Definition IncrementToRate.h:54
IncrementToRate(const OptionSet &options)
Definition IncrementToRate.cxx:59
static OptionSet expected_options()
Definition IncrementToRate.cxx:38
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition IncrementToRate.cxx:72
The base class for all constitutive models.
Definition Model.h:70
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30