

Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Type > | |
| UniformField< Type > | min (const UniformField< Type > &u1, const UniformField< Type > &u2) |
| template<class Type , class OtherType > | |
| auto | min (const UniformField< Type > &u, const OtherType &o) |
| template<class Type , class OtherType > | |
| auto | min (const OtherType &o, const UniformField< Type > &u) |
| template<class Type > | |
| UniformField< Type > | max (const UniformField< Type > &u1, const UniformField< Type > &u2) |
| template<class Type , class OtherType > | |
| auto | max (const UniformField< Type > &u, const OtherType &o) |
| template<class Type , class OtherType > | |
| auto | max (const OtherType &o, const UniformField< Type > &u) |
Original source file UniformFieldI.H
Definition in file UniformFieldI.H.