Accumulate values from one auxiliary variable into another. More...
#include <AccumulateAux.h>
Public Member Functions | |
AccumulateAux (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeValue () |
Protected Attributes | |
std::vector< const VariableValue * > | _values |
Accumulate values from one auxiliary variable into another.
Definition at line 24 of file AccumulateAux.h.
AccumulateAux::AccumulateAux | ( | const InputParameters & | parameters | ) |
Definition at line 25 of file AccumulateAux.C.
|
protectedvirtual |
Definition at line 33 of file AccumulateAux.C.
|
protected |
Definition at line 33 of file AccumulateAux.h.
Referenced by AccumulateAux(), and computeValue().