FreePOOMA  2.4.1
Classes
InlineEvaluator.h File Reference

InlineEvaluator evaluates expressions by inlining a simple loop. More...

#include "Evaluator/KernelTags.h"
#include "Utilities/WrappedInt.h"
#include "Utilities/PAssert.h"
Include dependency graph for InlineEvaluator.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  KernelEvaluator< InlineKernelTag >
 The point of this class is to input an expression with the 'evaluate' member function and evaluate it by looping over the whole domain. More...

Detailed Description

InlineEvaluator evaluates expressions by inlining a simple loop.

It does no dependency checking, locking, where blocks, etc.