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 volume field 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 179 of file interpolation.H.

◆ makeInterpolation

#define makeInterpolation (   SS)
Value:
\
makeInterpolationType(SS, scalar) \
makeInterpolationType(SS, vector) \
makeInterpolationType(SS, sphericalTensor) \
makeInterpolationType(SS, symmTensor) \
makeInterpolationType(SS, tensor)
Tensor< scalar > tensor
Definition: symmTensor.H:57
SymmTensor< scalar > symmTensor
SymmTensor of scalars, i.e. SymmTensor<scalar>.
Definition: symmTensor.H:55
Vector< scalar > vector
Definition: vector.H:57
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars, i.e. SphericalTensor<scalar>.

Definition at line 187 of file interpolation.H.