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

namespace  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_;
dict add("bounds", meshBb)

Definition at line 168 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 of scalars, i.e. Tensor<scalar>.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...

Definition at line 176 of file interpolation.H.