#include "Functions/MultiArg.h"
#include "Evaluator/MultiArgEvaluator.h"
#include "Evaluator/ScalarCodeInfo.h"
Classes | |
struct | EvaluatePatch< Function, Dim > |
struct | PatchCode< Function > |
PatchCode is a Stencil like operation that allows for more than one field to be operated on. More... |
Like ScalarCode, but with manual control over the loops.
Note that with PatchCode there is no OpenMP parallelism until you add that manually to your functors.