FreePOOMA  2.4.1
Classes
PatchCode.h File Reference

PatchCode functionality for applying a functor to a patch. More...

#include "Functions/MultiArg.h"
#include "Evaluator/MultiArgEvaluator.h"
#include "Evaluator/ScalarCodeInfo.h"
Include dependency graph for PatchCode.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...

Detailed Description

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.