Go to the source code of this file.
|
| namespace | Foam |
| | Namespace for OpenFOAM.
|
◆ makelimitedSurfaceInterpolationTypeScheme
| #define makelimitedSurfaceInterpolationTypeScheme |
( |
| 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_; \
\
limitedSurfaceInterpolationScheme<Type>::addMeshConstructorToTable<SS<Type>> \
add##SS##Type##MeshConstructorToLimitedTable_; \
\
limitedSurfaceInterpolationScheme<Type>:: \
addMeshFluxConstructorToTable<SS<Type>> \
add##SS##Type##MeshFluxConstructorToLimitedTable_;
dict add("bounds", meshBb)
Definition at line 229 of file limitedSurfaceInterpolationScheme.H.
◆ makelimitedSurfaceInterpolationScheme
| #define makelimitedSurfaceInterpolationScheme |
( |
| SS | ) |
|
Value: \
makelimitedSurfaceInterpolationTypeScheme(SS, scalar) \
makelimitedSurfaceInterpolationTypeScheme(SS,
vector) \
makelimitedSurfaceInterpolationTypeScheme(SS, sphericalTensor) \
makelimitedSurfaceInterpolationTypeScheme(SS, symmTensor) \
makelimitedSurfaceInterpolationTypeScheme(SS,
tensor)
Tensor of scalars, i.e. Tensor<scalar>.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
Definition at line 246 of file limitedSurfaceInterpolationScheme.H.