Accumulate values from one auxiliary variable into another.
More...
#include <AccumulateAux.h>
|
std::vector< const VariableValue * > | _values |
|
Accumulate values from one auxiliary variable into another.
Definition at line 23 of file AccumulateAux.h.
◆ AccumulateAux()
AccumulateAux::AccumulateAux |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 26 of file AccumulateAux.C.
27 : AuxKernel(parameters),
_values(coupledComponents(
"accumulate_from_variable"))
30 _values[i] = &coupledValue(
"accumulate_from_variable", i);
◆ computeValue()
Real AccumulateAux::computeValue |
( |
| ) |
|
|
protectedvirtual |
◆ validParams()
InputParameters AccumulateAux::validParams |
( |
| ) |
|
|
static |
Definition at line 17 of file AccumulateAux.C.
20 params.addRequiredCoupledVar(
21 "accumulate_from_variable",
22 "Variable whose values are to be accumulated into the current variable");
◆ _values
std::vector<const VariableValue *> AccumulateAux::_values |
|
protected |
The documentation for this class was generated from the following files: