

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