FreePOOMA
2.4.1
|
PatchCode functionality for applying a functor to a patch. More...
#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... |
PatchCode functionality for applying a functor to a patch.
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.