
Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
| namespace | Foam::Detail |
| Implementation details for various OpenFOAM classes. | |
Functions | |
| template<class Type, template< class > class PatchField, class GeoMesh> | |
| bool | reusable (const tmp< GeometricField< Type, PatchField, GeoMesh > > &tfld) |
| True if tmp GeometricField has a reusable pointer. | |
| template<class TypeR, template< class > class PatchField, class GeoMesh> | |
| tmp< GeometricField< TypeR, PatchField, GeoMesh > > | New (const tmp< GeometricField< TypeR, PatchField, GeoMesh > > &tf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false) |
| This global function forwards to reuseTmpGeometricField::New. | |
Original source file GeometricFieldReuseFunctions.H
Definition in file GeometricFieldReuseFunctions.H.