36 std::vector<const ADMaterialProperty<Real> *>
_values;
Weighted average of material properties using aux variables as the weights.
virtual void computeQpProperties()
static InputParameters validParams()
std::vector< const ADVariableValue * > _weights
Weights of the values.
ADMaterialProperty< Real > & _prop
The material property where the weighted average is stored.
std::vector< const ADMaterialProperty< Real > * > _values
Values to average.
const unsigned int _n_values
Number of components (i.e. values and weights)
const InputParameters & parameters() const