

Go to the source code of this file.
Classes | |
| class | triad |
| Representation of a 3D Cartesian coordinate system as a Vector of row vectors. More... | |
| struct | is_contiguous< triad > |
| Contiguous data for triad. More... | |
| struct | is_contiguous_scalar< triad > |
| Contiguous 'scalar' data for triad. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| Istream & | operator>> (Istream &, triad &) |
| Ostream & | operator<< (Ostream &, const triad &) |
| scalar | diff (const triad &A, const triad &B) |
| Return a quantity of the difference between two triads. | |