CoupledGradientMaterialTempl< false > CoupledGradientMaterial
A material that creates a gradient material equal to the gradient of the coupled variable times a sca...
const GenericVariableGradient< is_ad > & _grad_u
Gradient of the variable.
Moose::GenericType< VariableGradient, is_ad > GenericVariableGradient
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
virtual void computeQpProperties() override
Users must override this method.
const GenericMaterialProperty< Real, is_ad > & _scalar_property_factor
A scalar material property that acts as a factor in the computed property.
static InputParameters validParams()
Materials compute MaterialProperties.
GenericMaterialProperty< RealVectorValue, is_ad > & _grad_mat_prop
Material property computed, equal to the gradient of the variable times a scalar. ...
const InputParameters & parameters() const
Get the parameters of the object.
CoupledGradientMaterialTempl< true > ADCoupledGradientMaterial
CoupledGradientMaterialTempl(const InputParameters ¶meters)