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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class Cmpt >
void zip (Field< Vector< Cmpt >> &result, const UList< Cmpt > &x, const UList< Cmpt > &y, const UList< Cmpt > &z)
 Zip together vector field from components. More...
 
template<class Cmpt >
tmp< Field< Vector< Cmpt > > > zip (const Field< Cmpt > &x, const Field< Cmpt > &y, const Field< Cmpt > &z)
 Zip together vector field from components. More...
 
template<class Cmpt >
void unzip (const UList< Vector< Cmpt >> &input, Field< Cmpt > &x, Field< Cmpt > &y, Field< Cmpt > &z)
 Unzip vector field into components. More...
 

Detailed Description

Original source file vectorField.H

Definition in file vectorField.H.