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)
static InputParameters validParams()
registerMooseObject("MooseApp", MaterialStdVectorAux)
static InputParameters validParams()
A base class for the various Material related AuxKernel objects.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
MaterialStdVectorAuxTempl(const InputParameters ¶meters)
AuxKernel for outputting a std::vector material-property component to an AuxVariable.
virtual Real getRealValue() override
Returns material property values at quadrature points.