Go to the documentation of this file.
45 inline constexpr
const Type&
operator+(
const Type& val,
const zero&) noexcept
51 inline constexpr
const Type&
operator+(
const zero&,
const Type& val) noexcept
62 inline constexpr
const Type&
operator-(
const Type& val,
const zero&) noexcept
91 inline constexpr zero
operator/(
const zero&,
const Type& val) noexcept
105 inline Type
min(
const zero&,
const Type& t)
107 return min(scalar(0), t);
111 inline Type
min(
const Type& t,
const zero&)
113 return min(t, scalar(0));
122 inline Type
max(
const zero&,
const Type& t)
124 return max(scalar(0), t);
128 inline Type
max(
const Type& t,
const zero&)
130 return max(t, scalar(0));
static constexpr const zero Zero
tmp< faMatrix< Type > > operator-(const faMatrix< Type > &)
label min(const labelHashSet &set, label minValue=labelMax)
label max(const labelHashSet &set, label maxValue=labelMin)
dimensionedScalar operator/(const scalar s1, const dimensionedScalar &ds2)
tmp< faMatrix< Type > > operator+(const faMatrix< Type > &, const faMatrix< Type > &)
tmp< faMatrix< Type > > operator*(const areaScalarField &, const faMatrix< Type > &)
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...