Scalar specific part of the implementation of GeometricField. More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Macros | |
| #define | TEMPLATE |
| #define | TEMPLATE2 |
| #define | TEMPLATE3 |
| #define | BesselFunc(func) |
Functions | |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| void | stabilise (GeometricField< scalar, GeoMesh, PrimitiveField1 > &result, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf, const dimensioned< scalar > &ds) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | stabilise (const GeometricField< scalar, GeoMesh, PrimitiveField > &gsf, const dimensioned< scalar > &ds) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | stabilise (const tmp< GeometricField< scalar, GeoMesh, PrimitiveField >> &tgsf, const dimensioned< scalar > &ds) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| void | jn (GeometricField< scalar, GeoMesh, PrimitiveField1 > &gsf, const int n, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf1) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | jn (const int n, const GeometricField< scalar, GeoMesh, PrimitiveField > &gsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | jn (const int n, const tmp< GeometricField< scalar, GeoMesh, PrimitiveField >> &tgsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| void | yn (GeometricField< scalar, GeoMesh, PrimitiveField1 > &gsf, const int n, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf1) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | yn (const int n, const GeometricField< scalar, GeoMesh, PrimitiveField > &gsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | yn (const int n, const tmp< GeometricField< scalar, GeoMesh, PrimitiveField >> &tgsf) |
Scalar specific part of the implementation of GeometricField.
Original source file GeometricScalarField.H
InClass Foam::GeometricScalarField
Definition in file GeometricScalarField.H.
| #define TEMPLATE |
Definition at line 41 of file GeometricScalarField.H.
| #define TEMPLATE2 |
Definition at line 48 of file GeometricScalarField.H.
| #define TEMPLATE3 |
Definition at line 56 of file GeometricScalarField.H.
| #define BesselFunc | ( | func | ) |
Definition at line 157 of file GeometricScalarField.H.