Definition in file CentredFitScheme.H.
#include "src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitData.H"
#include "src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.H"
Go to the source code of this file.
Classes | |
class | CentredFitScheme< Type, Polynomial, Stencil > |
Centred fit surface interpolation scheme which applies an explicit correction to linear. More...
| |
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
#define | makeCentredFitSurfaceInterpolationTypeScheme(SS, POLYNOMIAL, STENCIL, TYPE) |
#define | makeCentredFitSurfaceInterpolationScheme(SS, POLYNOMIAL, STENCIL) |
#define makeCentredFitSurfaceInterpolationTypeScheme | ( | SS, | |
POLYNOMIAL, | |||
STENCIL, | |||
TYPE | |||
) |
\ typedef CentredFitScheme<TYPE, POLYNOMIAL, STENCIL> \ CentredFitScheme##TYPE##POLYNOMIAL##STENCIL##_; \ defineTemplateTypeNameAndDebugWithName \ (CentredFitScheme##TYPE##POLYNOMIAL##STENCIL##_, #SS, 0); \ \ surfaceInterpolationScheme<TYPE>::addMeshConstructorToTable \ <CentredFitScheme<TYPE, POLYNOMIAL, STENCIL> > \ add##SS##STENCIL##TYPE##MeshConstructorToTable_; \ \ surfaceInterpolationScheme<TYPE>::addMeshFluxConstructorToTable \ <CentredFitScheme<TYPE, POLYNOMIAL, STENCIL> > \ add##SS##STENCIL##TYPE##MeshFluxConstructorToTable_;
Definition at line 150 of file CentredFitScheme.H.
#define makeCentredFitSurfaceInterpolationScheme | ( | SS, | |
POLYNOMIAL, | |||
STENCIL | |||
) |
\ makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,scalar) \ makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,vector) \ makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,sphericalTensor) \ makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,symmTensor)\ makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,tensor)
Definition at line 165 of file CentredFitScheme.H.