
Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Macros | |
| #define | TEMPLATE template<template<class> class PatchField, class GeoMesh> |
| #define | BesselFunc(func) |
Functions | |
| template<template< class > class PatchField, class GeoMesh> | |
| void | stabilise (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensioned< scalar > &ds) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | stabilise (const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensioned< scalar > &ds) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | stabilise (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf, const dimensioned< scalar > &ds) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | add (GeometricField< scalar, PatchField, GeoMesh > &result, const dimensioned< scalar > &dt1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator+ (const dimensioned< scalar > &dt1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator+ (const scalar &s1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator+ (const dimensioned< scalar > &dt1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator+ (const scalar &s1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | add (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1, const dimensioned< scalar > &dt2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator+ (const GeometricField< scalar, PatchField, GeoMesh > &f1, const dimensioned< scalar > &dt2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator+ (const GeometricField< scalar, PatchField, GeoMesh > &f1, const scalar &s2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator+ (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1, const dimensioned< scalar > &dt2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator+ (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1, const scalar &s2) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | subtract (GeometricField< scalar, PatchField, GeoMesh > &result, const dimensioned< scalar > &dt1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator- (const dimensioned< scalar > &dt1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator- (const scalar &s1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator- (const dimensioned< scalar > &dt1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator- (const scalar &s1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | subtract (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1, const dimensioned< scalar > &dt2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator- (const GeometricField< scalar, PatchField, GeoMesh > &f1, const dimensioned< scalar > &dt2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator- (const GeometricField< scalar, PatchField, GeoMesh > &f1, const scalar &s2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator- (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1, const dimensioned< scalar > &dt2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator- (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1, const scalar &s2) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | multiply (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator* (const GeometricField< scalar, PatchField, GeoMesh > &f1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator* (const GeometricField< scalar, PatchField, GeoMesh > &f1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator* (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator* (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | divide (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator/ (const GeometricField< scalar, PatchField, GeoMesh > &f1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator/ (const GeometricField< scalar, PatchField, GeoMesh > &f1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator/ (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator/ (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | divide (GeometricField< scalar, PatchField, GeoMesh > &result, const dimensioned< scalar > &dt1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator/ (const dimensioned< scalar > &dt1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator/ (const scalar &s1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator/ (const dimensioned< scalar > &dt1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | operator/ (const scalar &s1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | pow (GeometricField< scalar, PatchField, GeoMesh > &Pow, const GeometricField< scalar, PatchField, GeoMesh > &gsf1, const GeometricField< scalar, PatchField, GeoMesh > &gsf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const GeometricField< scalar, PatchField, GeoMesh > &f1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const GeometricField< scalar, PatchField, GeoMesh > &f1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | pow (GeometricField< scalar, PatchField, GeoMesh > &tPow, const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensioned< scalar > &ds) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const GeometricField< scalar, PatchField, GeoMesh > &f1, const dimensionedScalar &ds) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1, const dimensionedScalar &ds) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const GeometricField< scalar, PatchField, GeoMesh > &gsf, const scalar &s) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf, const scalar &s) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | pow (GeometricField< scalar, PatchField, GeoMesh > &tPow, const dimensioned< scalar > &ds, const GeometricField< scalar, PatchField, GeoMesh > &gsf) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const dimensionedScalar &ds, const GeometricField< scalar, PatchField, GeoMesh > &f2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const dimensionedScalar &ds, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const scalar &s, const GeometricField< scalar, PatchField, GeoMesh > &gsf) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow (const scalar &s, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | atan2 (GeometricField< scalar, PatchField, GeoMesh > &Atan2, const GeometricField< scalar, PatchField, GeoMesh > &gsf1, const GeometricField< scalar, PatchField, GeoMesh > &gsf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const GeometricField< scalar, PatchField, GeoMesh > &gsf1, const GeometricField< scalar, PatchField, GeoMesh > &gsf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf1, const GeometricField< scalar, PatchField, GeoMesh > &gsf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const GeometricField< scalar, PatchField, GeoMesh > &gsf1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf2) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | atan2 (GeometricField< scalar, PatchField, GeoMesh > &tAtan2, const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensioned< scalar > &ds) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensionedScalar &ds) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf, const dimensionedScalar &ds) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const GeometricField< scalar, PatchField, GeoMesh > &gsf, const scalar &s) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf, const scalar &s) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | atan2 (GeometricField< scalar, PatchField, GeoMesh > &tAtan2, const dimensioned< scalar > &ds, const GeometricField< scalar, PatchField, GeoMesh > &gsf) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const dimensionedScalar &ds, const GeometricField< scalar, PatchField, GeoMesh > &gsf) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const dimensionedScalar &ds, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const scalar &s, const GeometricField< scalar, PatchField, GeoMesh > &gsf) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan2 (const scalar &s, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | pow3 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow3 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow3 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | pow4 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow4 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow4 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | pow5 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow5 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow5 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | pow6 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow6 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow6 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | pow025 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow025 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pow025 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | sqrt (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | sqrt (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | sqrt (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | cbrt (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | cbrt (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | cbrt (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | sign (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | sign (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | sign (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | pos (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pos (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pos (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | pos0 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pos0 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | pos0 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | neg (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | neg (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | neg (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | neg0 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | neg0 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | neg0 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | posPart (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | posPart (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | posPart (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | negPart (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | negPart (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | negPart (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | exp (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | exp (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | exp (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | log (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | log (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | log (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | log10 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | log10 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | log10 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | sin (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | sin (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | sin (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | cos (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | cos (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | cos (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | tan (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | tan (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | tan (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | asin (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | asin (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | asin (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | acos (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | acos (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | acos (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | atan (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atan (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | sinh (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | sinh (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | sinh (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | cosh (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | cosh (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | cosh (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | tanh (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | tanh (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | tanh (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | asinh (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | asinh (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | asinh (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | acosh (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | acosh (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | acosh (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | atanh (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atanh (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | atanh (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | erf (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | erf (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | erf (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | erfc (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | erfc (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | erfc (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | lgamma (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | lgamma (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | lgamma (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | j0 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | j0 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | j0 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | j1 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | j1 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | j1 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | y0 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | y0 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | y0 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | y1 (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | y1 (const GeometricField< scalar, PatchField, GeoMesh > &f1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | y1 (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | jn (GeometricField< scalar, PatchField, GeoMesh > &gsf, const int n, const GeometricField< scalar, PatchField, GeoMesh > &gsf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | jn (const int n, const GeometricField< scalar, PatchField, GeoMesh > &gsf) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | jn (const int n, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf) |
| template<template< class > class PatchField, class GeoMesh> | |
| void | yn (GeometricField< scalar, PatchField, GeoMesh > &gsf, const int n, const GeometricField< scalar, PatchField, GeoMesh > &gsf1) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | yn (const int n, const GeometricField< scalar, PatchField, GeoMesh > &gsf) |
| template<template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< scalar, PatchField, GeoMesh > > | yn (const int n, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf) |
Original source file GeometricScalarField.C
Definition in file GeometricScalarField.C.
| #define TEMPLATE template<template<class> class PatchField, class GeoMesh> |
Definition at line 24 of file GeometricScalarField.C.
| #define BesselFunc | ( | func | ) |
Definition at line 902 of file GeometricScalarField.C.