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