FunctorChangeFunctorMaterialTempl< false > FunctorChangeFunctorMaterial
FunctorChangeFunctorMaterialTempl< true > ADFunctorChangeFunctorMaterial
Adds a functor material property that computes the change in a functor value over a time step,...
Moose::StateArg referenceState(const MooseEnum &change_over) const
Returns the state argument to use for the reference value.
const Moose::StateArg _ref_state
Reference value state argument.
const std::string & _prop_name
Name to give functor material property.
static InputParameters validParams()
const bool _take_absolute_value
If true, take the absolute value of the change.
const Moose::Functor< GenericReal< is_ad > > & _functor
Functor for which to evaluate change.
FunctorMaterials compute functor material properties.
const InputParameters & parameters() const
Get the parameters of the object.
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
State argument for evaluating functors.