Definition in file limitedSurfaceInterpolationScheme.H.
#include "src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.H"
Include dependency graph for limitedSurfaceInterpolationScheme.H:Go to the source code of this file.
Classes | |
| class | limitedSurfaceInterpolationScheme< Type > |
| Abstract base class for limited surface interpolation schemes. More...
| |
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
| #define | makelimitedSurfaceInterpolationTypeScheme(SS, Type) |
| #define | makelimitedSurfaceInterpolationScheme(SS) |
| #define makelimitedSurfaceInterpolationTypeScheme | ( | SS, | |
| Type | |||
| ) |
\ defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \ \ surfaceInterpolationScheme<Type>::addMeshConstructorToTable<SS<Type> > \ add##SS##Type##MeshConstructorToTable_; \ \ surfaceInterpolationScheme<Type>::addMeshFluxConstructorToTable<SS<Type> > \ add##SS##Type##MeshFluxConstructorToTable_; \ \ limitedSurfaceInterpolationScheme<Type>::addMeshConstructorToTable<SS<Type> > \ add##SS##Type##MeshConstructorToLimitedTable_; \ \ limitedSurfaceInterpolationScheme<Type>::addMeshFluxConstructorToTable<SS<Type> >\ add##SS##Type##MeshFluxConstructorToLimitedTable_;
Definition at line 204 of file limitedSurfaceInterpolationScheme.H.
| #define makelimitedSurfaceInterpolationScheme | ( | SS ) |
\ makelimitedSurfaceInterpolationTypeScheme(SS, scalar) \ makelimitedSurfaceInterpolationTypeScheme(SS, vector) \ makelimitedSurfaceInterpolationTypeScheme(SS, sphericalTensor) \ makelimitedSurfaceInterpolationTypeScheme(SS, symmTensor) \ makelimitedSurfaceInterpolationTypeScheme(SS, tensor)
Definition at line 220 of file limitedSurfaceInterpolationScheme.H.