Go to the documentation of this file.
46 inline scalar
operator+(
const scalar& t,
const one&) noexcept
51 inline scalar
operator+(
const one&,
const scalar& t) noexcept
56 inline scalar
operator-(
const scalar& t,
const one&) noexcept
61 inline scalar
operator-(
const one&,
const scalar& t) noexcept
72 inline constexpr
const Type&
operator*(
const Type& val,
const one&) noexcept
78 inline constexpr
const Type&
operator*(
const one&,
const Type& val) noexcept
84 inline constexpr
const Type&
operator&(
const one&,
const Type& val) noexcept
101 inline constexpr
const Type&
operator/(
const Type& val,
const one&) noexcept
106 inline constexpr
const one&
min(
const one& o,
const one&) noexcept
112 inline Type
min(
const one&,
const Type& t) noexcept
114 return min(scalar(1), t);
118 inline Type
min(
const Type& t,
const one&) noexcept
120 return min(t, scalar(1));
123 inline constexpr
const one&
max(
const one& o,
const one&) noexcept
129 inline Type
max(
const one&,
const Type& t) noexcept
131 return max(scalar(1), t);
135 inline Type
max(
const Type& t,
const one&) noexcept
137 return max(t, scalar(1));
tmp< GeometricField< Type, fvPatchField, volMesh > > operator&(const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &)
tmp< faMatrix< Type > > operator-(const faMatrix< Type > &)
A class representing the concept of 1 (one) that can be used to avoid manipulating objects known to b...
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 > &)
typeOfRank< typename pTraits< arg1 >::cmptType, direction(pTraits< arg1 >::rank)+direction(pTraits< arg2 >::rank) - 2 >::type type