Spatial transformation functions for GeometricField. More...


Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| void | transform (GeometricField< Type, PatchField, GeoMesh > &result, const dimensionedTensor &rot, const GeometricField< Type, PatchField, GeoMesh > &fld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| void | transform (GeometricField< Type, PatchField, GeoMesh > &result, const GeometricField< tensor, PatchField, GeoMesh > &rot, const GeometricField< Type, PatchField, GeoMesh > &fld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | transform (const GeometricField< tensor, PatchField, GeoMesh > &rot, const GeometricField< Type, PatchField, GeoMesh > &fld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | transform (const GeometricField< tensor, PatchField, GeoMesh > &rot, const tmp< GeometricField< Type, PatchField, GeoMesh > > &tfld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | transform (const tmp< GeometricField< tensor, PatchField, GeoMesh > > &trot, const GeometricField< Type, PatchField, GeoMesh > &fld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | transform (const tmp< GeometricField< tensor, PatchField, GeoMesh > > &trot, const tmp< GeometricField< Type, PatchField, GeoMesh > > &tfld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | transform (const dimensionedTensor &rot, const GeometricField< Type, PatchField, GeoMesh > &fld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | transform (const dimensionedTensor &rot, const tmp< GeometricField< Type, PatchField, GeoMesh > > &tfld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| void | invTransform (GeometricField< Type, PatchField, GeoMesh > &result, const dimensionedTensor &rot, const GeometricField< Type, PatchField, GeoMesh > &fld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| void | invTransform (GeometricField< Type, PatchField, GeoMesh > &result, const GeometricField< tensor, PatchField, GeoMesh > &rot, const GeometricField< Type, PatchField, GeoMesh > &fld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | invTransform (const GeometricField< tensor, PatchField, GeoMesh > &rot, const GeometricField< Type, PatchField, GeoMesh > &fld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | invTransform (const GeometricField< tensor, PatchField, GeoMesh > &rot, const tmp< GeometricField< Type, PatchField, GeoMesh > > &tfld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | invTransform (const tmp< GeometricField< tensor, PatchField, GeoMesh > > &trot, const GeometricField< Type, PatchField, GeoMesh > &fld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | invTransform (const tmp< GeometricField< tensor, PatchField, GeoMesh > > &trot, const tmp< GeometricField< Type, PatchField, GeoMesh > > &tfld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | invTransform (const dimensionedTensor &rot, const GeometricField< Type, PatchField, GeoMesh > &fld) |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< Type, PatchField, GeoMesh > > | invTransform (const dimensionedTensor &rot, const tmp< GeometricField< Type, PatchField, GeoMesh > > &tfld) |
Spatial transformation functions for GeometricField.
Original source file transformGeometricField.H
InClass Foam::transformGeometricField
Definition in file transformGeometricField.H.