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

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

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

Detailed Description

Original source file interpolation.H

Definition in file interpolation.H.

Macro Definition Documentation

◆ makeInterpolationType

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

Definition at line 165 of file interpolation.H.

◆ makeInterpolation

#define makeInterpolation (   SS)
Value:
\
makeInterpolationType(SS, scalar) \
makeInterpolationType(SS, vector) \
makeInterpolationType(SS, sphericalTensor) \
makeInterpolationType(SS, symmTensor) \
makeInterpolationType(SS, tensor)
Vector< scalar > vector
A scalar version of the templated Vector.
Definition: vector.H:49
SymmTensor< scalar > symmTensor
SymmTensor of scalars.
Definition: symmTensor.H:48
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars.
Tensor< scalar > tensor
Tensor of scalars.
Definition: tensor.H:51

Definition at line 173 of file interpolation.H.