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

Method inv

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

Source from the content-addressed store, hash-verified

640
641template<class Cmpt>
642inline Tensor<Cmpt> Tensor<Cmpt>::inv() const
643{
644 return Foam::inv(*this);
645}
646
647
648//- Return the 1st invariant of a tensor

Callers 6

mainFunction · 0.45
ISAT.CFile · 0.45
bodyPointMethod · 0.45
forwardDynamicsFunction · 0.45
masterPointMethod · 0.45

Calls 1

invFunction · 0.70

Tested by 1

mainFunction · 0.36