18 params.
addClassDescription(
"Accumulates one or more variables and this auxiliary variable into "
19 "this auxiliary variable");
21 "accumulate_from_variable",
22 "Variable whose values are to be accumulated into the current variable");
27 :
AuxKernel(parameters), _values(coupledValues(
"accumulate_from_variable")), _u_old(uOld())
registerMooseObject("SolidMechanicsApp", AccumulateAux)
Accumulate values from one auxiliary variable into another.
const VariableValue & _u_old
The old variable value.
const std::vector< const VariableValue * > _values
coupled variable values to be aggregated
virtual Real computeValue()
static InputParameters validParams()
AccumulateAux(const InputParameters ¶meters)
static InputParameters validParams()
virtual const OutputTools< ComputeValueType >::VariableValue & value()