GeometricVectorField.H File Reference

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

Include dependency graph for GeometricVectorField.H:
This graph shows which files directly or indirectly include this file:

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. More...
 
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. More...
 

Detailed Description

Vector specific part of the implementation of GeometricField.

Original source file GeometricVectorField.H

InClass Foam::GeometricVectorField

Source files

Definition in file GeometricVectorField.H.