Implements: MultiArgEvaluator<MainEvaluatorTag>::evaluate (multiArg, function, domain, kernel)
More...
#include <MultiArgEvaluator.h>
Detailed Description
template<class EvalTag>
struct MultiArgEvaluator< EvalTag >
Implements: MultiArgEvaluator<MainEvaluatorTag>::evaluate (multiArg, function, domain, kernel)
- multiArg: a MultiArgX object containing several fields
- function: a function that is used to construct the function applied to a patch (see kernel)
- domain: the domain over which the evaluation is performed
- kernel: this object is just used to provide a type, which is the actual function applied to the patch. That kernel function is constructed by Kernel_t(function, domain') where function is the function from the input, and domain' is the domain of the patch.
The documentation for this struct was generated from the following file: