

Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| 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. | |
| template<class Cmpt> | |
| void | unzip (const UList< Vector< Cmpt > > &input, Field< Cmpt > &x, Field< Cmpt > &y, Field< Cmpt > &z) |
| Unzip vector field into components. | |
Original source file vectorField.H
Definition in file vectorField.H.