MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / operator/

Function operator/

src/OpenFOAM/primitives/Tensor/TensorI.H:490–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488
489template<class Cmpt>
490inline typename innerProduct<Vector<Cmpt>, Tensor<Cmpt>>::type
491operator/(const Vector<Cmpt>& v, const Tensor<Cmpt>& t)
492{
493 return inv(t) & v;
494}
495
496
497// * * * * * * * * * * * * * * * Global Functions * * * * * * * * * * * * * //

Callers

nothing calls this directly

Calls 1

invFunction · 0.70

Tested by

no test coverage detected