
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 template< class > class PrimitiveField3> | |
| void | pow (GeometricField< scalar, GeoMesh, PrimitiveField1 > &Pow, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf1, const GeometricField< scalar, GeoMesh, PrimitiveField3 > &gsf2) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const GeometricField< scalar, GeoMesh, PrimitiveField1 > &gsf1, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf2) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const tmp< GeometricField< scalar, GeoMesh, PrimitiveField1 >> &tgsf1, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf2) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const GeometricField< scalar, GeoMesh, PrimitiveField1 > &gsf1, const tmp< GeometricField< scalar, GeoMesh, PrimitiveField2 >> &tgsf2) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const tmp< GeometricField< scalar, GeoMesh, PrimitiveField1 >> &tgsf1, const tmp< GeometricField< scalar, GeoMesh, PrimitiveField2 >> &tgsf2) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| void | pow (GeometricField< scalar, GeoMesh, PrimitiveField1 > &tPow, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf, const dimensioned< scalar > &ds) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const GeometricField< scalar, GeoMesh, PrimitiveField > &gsf, const dimensionedScalar &ds) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const tmp< GeometricField< scalar, GeoMesh, PrimitiveField >> &tgsf, const dimensionedScalar &ds) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const GeometricField< scalar, GeoMesh, PrimitiveField > &gsf, const scalar &s) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const tmp< GeometricField< scalar, GeoMesh, PrimitiveField >> &tgsf, const scalar &s) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| void | pow (GeometricField< scalar, GeoMesh, PrimitiveField1 > &tPow, const dimensioned< scalar > &ds, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const dimensionedScalar &ds, const GeometricField< scalar, GeoMesh, PrimitiveField > &gsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const dimensionedScalar &ds, const tmp< GeometricField< scalar, GeoMesh, PrimitiveField >> &tgsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const scalar &s, const GeometricField< scalar, GeoMesh, PrimitiveField > &gsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | pow (const scalar &s, const tmp< GeometricField< scalar, GeoMesh, PrimitiveField >> &tgsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2 template< class > class PrimitiveField3> | |
| void | atan2 (GeometricField< scalar, GeoMesh, PrimitiveField1 > &Atan2, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf1, const GeometricField< scalar, GeoMesh, PrimitiveField3 > &gsf2) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const GeometricField< scalar, GeoMesh, PrimitiveField1 > &gsf1, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf2) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const tmp< GeometricField< scalar, GeoMesh, PrimitiveField1 >> &tgsf1, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf2) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const GeometricField< scalar, GeoMesh, PrimitiveField1 > &gsf1, const tmp< GeometricField< scalar, GeoMesh, PrimitiveField2 >> &tgsf2) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const tmp< GeometricField< scalar, GeoMesh, PrimitiveField1 >> &tgsf1, const tmp< GeometricField< scalar, GeoMesh, PrimitiveField2 >> &tgsf2) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| void | atan2 (GeometricField< scalar, GeoMesh, PrimitiveField1 > &tAtan2, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf, const dimensioned< scalar > &ds) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const GeometricField< scalar, GeoMesh, PrimitiveField > &gsf, const dimensionedScalar &ds) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const tmp< GeometricField< scalar, GeoMesh, PrimitiveField >> &tgsf, const dimensionedScalar &ds) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const GeometricField< scalar, GeoMesh, PrimitiveField > &gsf, const scalar &s) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const tmp< GeometricField< scalar, GeoMesh, PrimitiveField >> &tgsf, const scalar &s) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2> | |
| void | atan2 (GeometricField< scalar, GeoMesh, PrimitiveField1 > &tAtan2, const dimensioned< scalar > &ds, const GeometricField< scalar, GeoMesh, PrimitiveField2 > &gsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const dimensionedScalar &ds, const GeometricField< scalar, GeoMesh, PrimitiveField > &gsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const dimensionedScalar &ds, const tmp< GeometricField< scalar, GeoMesh, PrimitiveField >> &tgsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const scalar &s, const GeometricField< scalar, GeoMesh, PrimitiveField > &gsf) |
| template<class Type , class GeoMesh , template< class > class PrimitiveField> | |
| tmp< GeometricField< scalar, GeoMesh, Field > > | atan2 (const scalar &s, const tmp< GeometricField< scalar, GeoMesh, PrimitiveField >> &tgsf) |
| 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) |
Original source file GeometricScalarField.C
Definition in file GeometricScalarField.C.
| #define TEMPLATE |
Definition at line 28 of file GeometricScalarField.C.
| #define TEMPLATE2 |
Definition at line 34 of file GeometricScalarField.C.
| #define TEMPLATE3 |
Definition at line 41 of file GeometricScalarField.C.
| #define BesselFunc | ( | func | ) |
Definition at line 887 of file GeometricScalarField.C.