19 params.
addParam<
unsigned int>(
"component", 0,
"Component of the array variable to be extracted");
26 _u(coupledArrayValue(
"array_variable")),
27 _component(getParam<unsigned
int>(
"component"))
registerMooseObject("MooseApp", ArrayVariableComponent)
void ErrorVector unsigned int
virtual Real computeValue() override
Compute and return the value of the aux variable.
const unsigned int _component
The component.
ArrayVariableComponent(const InputParameters ¶meters)
const ArrayVariableValue & _u
Holds the solution at current quadrature points.
static InputParameters validParams()
unsigned int _qp
Quadrature point index.
static InputParameters validParams()