Detailed Description
Definition in file interpolation.H.
Go to the source code of this file.
Namespaces |
namespace | Foam |
| Namespace for OpenFOAM.
|
Macro Definition 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 | ) |
|
Value:\
makeInterpolationType(SS, scalar) \
makeInterpolationType(SS,
vector) \
makeInterpolationType(SS,
tensor)
Definition at line 154 of file interpolation.H.