A field's interpolator is an interface for this specific field.
More...
#include <ArrayInterpolator.hpp>
List of all members.
Public Member Functions
-
virtual int CoordRank () const =0
- Number of dimensions of the base manifold.
-
virtual int FieldRank () const =0
- Number of elements per point.
-
virtual bool getInterpolatedValue (double result[], int nElements, const double coords[], int nCoords) const =0
Detailed Description
A field's interpolator is an interface for this specific field.
It may be exchanged to use linear vs. cubic etc.