Reduction< EvalTag > Struct Template Reference
The point of this class is to input an expression with the 'evaluate' member function and reduce it by breaking it up into appropriate sub-blocks, looping over the whole domain, and evaluating the expression at each point.
More...
#include <Reduction.h>
Detailed Description
template<class EvalTag>
struct Reduction< EvalTag >
The point of this class is to input an expression with the 'evaluate' member function and reduce it by breaking it up into appropriate sub-blocks, looping over the whole domain, and evaluating the expression at each point.
The documentation for this struct was generated from the following file: