FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

interpolation.H File Reference


Detailed Description

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"
Include dependency graph for interpolation.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 Documentation

#define makeInterpolationType (   SS,
  Type  
)
Value:
\
defineNamedTemplateTypeNameAndDebug(SS<Type>, 0);                              \
                                                                               \
interpolation<Type>::adddictionaryConstructorToTable<SS<Type> >                \
    add##SS##Type##ConstructorToTable_;

Definition at line 146 of file interpolation.H.

#define makeInterpolation (   SS  )