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

Method T

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

Source from the content-addressed store, hash-verified

319
320template<class Cmpt>
321inline Foam::Tensor<Cmpt> Foam::Tensor<Cmpt>::T() const
322{
323 return Tensor<Cmpt>
324 (
325 xx(), yx(), zx(),
326 xy(), yy(), zy(),
327 xz(), yz(), zz()
328 );
329}
330
331
332// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //

Callers 15

mainFunction · 0.45
moveFunction · 0.45
mainFunction · 0.45
createFieldRefs.HFile · 0.45
solveSolid.HFile · 0.45
EEqn.HFile · 0.45
forAllFunction · 0.45
solveSolid.HFile · 0.45
forAllFunction · 0.45
EEqn.HFile · 0.45
forAllFunction · 0.45
mainFunction · 0.45

Calls 1

xyClass · 0.85

Tested by 1

mainFunction · 0.36