Classes | Namespaces | Macros
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

#define makeInterpolationType (   SS,
  Type 
)
Value:
\
interpolation<Type>::adddictionaryConstructorToTable<SS<Type>> \
add##SS##Type##ConstructorToTable_;
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:134
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)

Definition at line 159 of file interpolation.H.

#define makeInterpolation (   SS)
Value:
#define makeInterpolationType(SS, Type)
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 167 of file interpolation.H.