Intermediate representation for the operator. Essentially this just stores the tag and the GridFunctions as a key for a Factory. More...
#include <VariadicGridFunctionOperator.hpp>
Public Member Functions | |
| VariadicOperatorTerm (Tag tag, int gridFctDeg, Expr const &... expr) | |
Public Attributes | |
| Tag | tag |
| std::tuple< Expr... > | expr |
| int | gridFctDeg |
Intermediate representation for the operator. Essentially this just stores the tag and the GridFunctions as a key for a Factory.