87 v1.
x()*v2.
x().conjugate()
88 + v1.
y()*v2.
y().conjugate()
89 + v1.
z()*v2.
z().conjugate()
100 (v1.
y()*v2.
z() - v1.
z()*v2.
y()),
101 (v1.
z()*v2.
x() - v1.
x()*v2.
z()),
102 (v1.
x()*v2.
y() - v1.
y()*v2.
x())
113 (v1.
y()*v2.
z() - v1.
z()*v2.
y()),
114 (v1.
z()*v2.
x() - v1.
x()*v2.
z()),
115 (v1.
x()*v2.
y() - v1.
y()*v2.
x())
HashSet< Key, Hash > operator^(const HashSet< Key, Hash > &hash1, const HashSet< Key, Hash > &hash2)
Create a HashSet that only contains unique entries (xor)
dimensionedScalar operator/(const scalar s1, const dimensionedScalar &ds2)
tmp< GeometricField< Type, fvPatchField, volMesh > > operator &(const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &)
tmp< fvMatrix< Type > > operator*(const volScalarField::Internal &, const fvMatrix< Type > &)
Vector< complex > complexVector
complexVector obtained from generic Vector.
Templated 3D Vector derived from VectorSpace adding construction from 3 components, element access using x(), y() and z() member functions and the inner-product (dot-product) and cross product operators.
Extension to the c++ complex library type.