33   std::vector<const Moose::Functor<Moose::GenericType<T, true>> *> 
_functors_in;
 void initQpStatefulProperties() override
Initialize stateful properties at quadrature points. 
MaterialFunctorConverterTempl(const InputParameters ¶meters)
std::vector< const Moose::Functor< Moose::GenericType< T, true > > * > _functors_in
Incoming functors to convert. We up-convert non-AD functors to AD functors to ease implementation...
std::vector< ADMaterialProperty< T > * > _ad_props_out
AD material properties to create. 
const InputParameters & parameters() const
Get the parameters of the object. 
virtual void computeQpProperties() override
Users must override this method. 
static InputParameters validParams()
MaterialFunctorConverterTempl< Real > MaterialFunctorConverter
std::vector< MaterialProperty< T > * > _reg_props_out
Regular material properties to create. 
Materials compute MaterialProperties. 
This material converts functor to regular (AD or not) material properties. 
MaterialFunctorConverterTempl< RealVectorValue > VectorMaterialFunctorConverter
const std::size_t _num_functors_to_convert
Number of material properties to create.