interpolation.H File Reference
Include dependency graph for interpolation.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  interpolation< Type >
 Abstract base class for interpolation. More...
 
class  fieldInterpolation< Type, InterpolationType >
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define defineInterpolation(Type, InterpolationType)    defineNamedTemplateTypeNameAndDebug(InterpolationType<Type>, 0);
 
#define makeInterpolation(Type, InterpolationType)
 

Detailed Description

Original source file interpolation.H

Definition in file interpolation.H.

Macro Definition Documentation

◆ defineInterpolation

#define defineInterpolation (   Type,
  InterpolationType 
)     defineNamedTemplateTypeNameAndDebug(InterpolationType<Type>, 0);

Definition at line 217 of file interpolation.H.

◆ makeInterpolation

#define makeInterpolation (   Type,
  InterpolationType 
)
Value:
( \
interpolation, \
InterpolationType, \
Type, \
dictionary \
);
#define addTemplatedToRunTimeSelectionTable(baseType, thisType, Targ, argNames)
Add to hash-table of functions with typename as the key.

Definition at line 220 of file interpolation.H.