Detailed Description
Go to the source code of this file.
Namespaces |
namespace | Foam |
| Namespace for OpenFOAM.
|
Macro Definition Documentation
#define makeSurfaceInterpolationTypeScheme |
( |
|
SS, |
|
|
|
Type |
|
) |
| |
Value:\
defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \
\
surfaceInterpolationScheme<Type>::addMeshConstructorToTable<SS<Type> > \
add##SS##Type##MeshConstructorToTable_; \
\
surfaceInterpolationScheme<Type>::addMeshFluxConstructorToTable<SS<Type> > \
add##SS##Type##MeshFluxConstructorToTable_;
Definition at line 213 of file surfaceInterpolationScheme.H.
#define makeSurfaceInterpolationScheme |
( |
|
SS | ) |
|
Value:\
makeSurfaceInterpolationTypeScheme(SS, scalar) \
makeSurfaceInterpolationTypeScheme(SS,
vector) \
makeSurfaceInterpolationTypeScheme(SS,
symmTensor) \
makeSurfaceInterpolationTypeScheme(SS,
tensor)
Definition at line 223 of file surfaceInterpolationScheme.H.