38 std::vector<const Moose::Functor<GenericReal<is_ad>> *>
_functors;
unsigned int _num_props
Number of properties to define.
static InputParameters validParams()
This material automatically declares as functor material properties whatever is passed to it through ...
std::vector< MooseFunctorName > _prop_values
Names of the functors to evaluate for those properties.
std::vector< std::string > _prop_names
Names of the functor material properties to define.
GenericFunctorGradientMaterialTempl(const InputParameters ¶meters)
FunctorMaterials compute functor material properties.
std::vector< const Moose::Functor< GenericReal< is_ad > > * > _functors
Vector of the functors.
GenericFunctorGradientMaterialTempl< false > GenericFunctorGradientMaterial
const InputParameters & parameters() const
Get the parameters of the object.
GenericFunctorGradientMaterialTempl< true > ADGenericFunctorGradientMaterial