38 std::vector<const VariableValue *>
_vars;
Computes a material property that is linear with respect to a list of aux variables.
const Real _shift
Shift constant: 'b' in 'y = m * x + b'.
std::vector< MaterialProperty< Real > * > _y_derivatives
Derivatives of material property with respect to each aux variable.
std::vector< const VariableValue * > _vars
List of aux variables the material property depends upon.
static InputParameters validParams()
const std::vector< Real > _slopes
Slopes with respect to the nonlinear variables.
virtual void computeQpProperties()
MaterialProperty< Real > & _y
Linear material property.
const MaterialPropertyName _y_name
Name of the new material property.
const unsigned int _n_vars
Number of aux variables the material property depends upon.