20 params.
addClassDescription(
"Extracts a component of a material type std::vector<Real> to an aux "
21 "variable. If the std::vector is not of sufficient size then zero is "
36 if (this->_full_value.size() >= _index)
registerMooseObject("MooseApp", MaterialStdVectorAux)
A base class for the various Material related AuxKernel objects.
static InputParameters validParams()
AuxKernel for outputting a std::vector material-property component to an AuxVariable.
virtual Real getRealValue() override
Returns material property values at quadrature points.
MaterialStdVectorAuxTempl(const InputParameters ¶meters)
static InputParameters validParams()