

Go to the source code of this file.
Classes | |
| class | interpolation< Type > |
| Abstract base class for interpolation. More... | |
| class | fieldInterpolation< Type, InterpolationType > |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Macros | |
| #define | defineInterpolation(Type, InterpolationType) defineNamedTemplateTypeNameAndDebug(InterpolationType<Type>, 0); |
| #define | makeInterpolation(Type, InterpolationType) |
Original source file interpolation.H
Definition in file interpolation.H.
| #define defineInterpolation | ( | Type, | |
| InterpolationType | |||
| ) | defineNamedTemplateTypeNameAndDebug(InterpolationType<Type>, 0); |
Definition at line 217 of file interpolation.H.
| #define makeInterpolation | ( | Type, | |
| InterpolationType | |||
| ) |
Definition at line 220 of file interpolation.H.