
Public Member Functions | |
| virtual void | accumulateFuncSet (Set< int > &funcDofIDs, const Set< int > &activeSet) const | 
Definition at line 46 of file SundanceFuncSetAccumulator.hpp.
| virtual void Sundance::FuncSetAccumulator::accumulateFuncSet | ( | Set< int > & | funcDofIDs, | |
| const Set< int > & | activeSet | |||
| ) |  const [inline, virtual] | 
        
Append to the set of func IDs present in this expression.
| funcDofIDs | the active functions available from this expression | |
| activeSet | the functions required by the client Most classes will not contain functions, so the default implementation is a no-op. This will be overridden by function subtypes | 
Reimplemented in Sundance::ExprWithChildren, and Sundance::SymbolicFuncElement.
Definition at line 57 of file SundanceFuncSetAccumulator.hpp.