120 return Cmpt(v1.
x()*v2.
x() + v1.
y()*v2.
y() + v1.
z()*v2.
z());
129 (v1.
y()*v2.
z() - v1.
z()*v2.
y()),
130 (v1.
z()*v2.
x() - v1.
x()*v2.
z()),
131 (v1.
x()*v2.
y() - v1.
y()*v2.
x())
tmp< GeometricField< Type, fvPatchField, volMesh > > operator&(const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
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.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
HashSet< Key, Hash > operator^(const HashSet< Key, Hash > &hash1, const HashSet< Key, Hash > &hash2)
Create a HashSet that only contains unique entries (xor)
Cmpt v_[nCmpt]
The components of this vector space.
const Vector< Cmpt > & centre(const Foam::List< Vector< Cmpt > > &) const
Return *this (used for point which is a typedef to Vector<scalar>.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.