Definition in file interpolation.H.
#include "src/OpenFOAM/meshes/meshShapes/face/faceList.H"
#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"
#include "src/OpenFOAM/fields/GeometricFields/pointFields/pointFields.H"
#include "src/OpenFOAM/db/typeInfo/typeInfo.H"
#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"
#include "src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H"
Go to the source code of this file.
Classes | |
class | interpolation< Type > |
Abstract base class for interpolation. More...
| |
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
#define | makeInterpolationType(SS, Type) |
#define | makeInterpolation(SS) |
#define makeInterpolationType | ( | SS, | |
Type | |||
) |
\ defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \ \ interpolation<Type>::adddictionaryConstructorToTable<SS<Type> > \ add##SS##Type##ConstructorToTable_;
Definition at line 146 of file interpolation.H.
#define makeInterpolation | ( | SS ) |
\ makeInterpolationType(SS, scalar) \ makeInterpolationType(SS, vector) \ makeInterpolationType(SS, sphericalTensor) \ makeInterpolationType(SS, symmTensor) \ makeInterpolationType(SS, tensor)
Definition at line 154 of file interpolation.H.