20 params.addClassDescription(
"Computes a constant extra stress that is added to the stress "
21 "calculated by the constitutive model");
22 params.addRequiredParam<std::vector<Real>>(
"extra_stress_tensor",
23 "Vector of values defining the constant extra stress "
24 "to add, in order 11, 22, 33, 23, 13, 12");
25 params.addParam<MaterialPropertyName>(
26 "prefactor", 1.0,
"Name of material defining additional constant prefactor");