22 virtual void compute()
override final;
static InputParameters validParams()
virtual void compute() override final
Computes the value and stores it in the solution vector.
BuildArrayVariableAux(const InputParameters ¶meters)
const std::vector< const VariableValue * > _component_dofs
void mooseError(Args &&... args) const
Emits an error prefixed with object name and type.
const InputParameters & parameters() const
Get the parameters of the object.
Eigen::Matrix< Real, Eigen::Dynamic, 1 > RealEigenVector
Base class for creating new auxiliary kernels and auxiliary boundary conditions.
virtual RealEigenVector computeValue() override final
Compute and return the value of the aux variable.