18template <
typename T,
bool is_ad>
33template <
typename T,
bool is_ad>
38 params.
addParam<
unsigned int>(
"index", 0,
"The index to consider for this kernel");
42template <
typename T,
bool is_ad>
46 _index(this->template getParam<unsigned
int>(
"index"))
50template <
typename T = Real>
void ErrorVector unsigned int
A base class for the various Material related AuxKernal objects.
Moose::GenericType< std::vector< T >, is_ad > _full_value
T Value evaluated from either the property or the functor.
static InputParameters validParams()
A base class for the various Material related AuxKernel objects.
MaterialStdVectorAuxBaseTempl(const InputParameters ¶meters)
unsigned int _index
index of the vector element
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.