FreeFOAM The Cross-Platform CFD Toolkit
interpolation.H File Reference

Detailed Description

Definition in file interpolation.H.

+ 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...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makeInterpolationType(SS, Type)
#define makeInterpolation(SS)

Macro Definition Documentation

#define makeInterpolationType (   SS,
  Type 
)
Value:
\
defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \
\
interpolation<Type>::adddictionaryConstructorToTable<SS<Type> > \
add##SS##Type##ConstructorToTable_;

Definition at line 146 of file interpolation.H.

#define makeInterpolation (   SS)
Value:
\
makeInterpolationType(SS, scalar) \
makeInterpolationType(SS, vector) \
makeInterpolationType(SS, sphericalTensor) \
makeInterpolationType(SS, symmTensor) \
makeInterpolationType(SS, tensor)

Definition at line 154 of file interpolation.H.