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


Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Cmpt, template< class > class PatchField, class GeoMesh> | |
| void | zip (GeometricField< Vector< Cmpt >, PatchField, GeoMesh > &result, const GeometricField< Cmpt, PatchField, GeoMesh > &x, const GeometricField< Cmpt, PatchField, GeoMesh > &y, const GeometricField< Cmpt, PatchField, GeoMesh > &z) |
| Compose a vector field from components. | |
| template<class Cmpt, template< class > class PatchField, class GeoMesh> | |
| void | unzip (const GeometricField< Vector< Cmpt >, PatchField, GeoMesh > &input, GeometricField< Cmpt, PatchField, GeoMesh > &x, GeometricField< Cmpt, PatchField, GeoMesh > &y, GeometricField< Cmpt, PatchField, GeoMesh > &z) |
| Unzip vector field into components. | |
Vector specific part of the implementation of GeometricField.
Original source file GeometricVectorField.H
InClass Foam::GeometricVectorField
Definition in file GeometricVectorField.H.