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

Function T

src/OpenFOAM/primitives/MatrixSpace/MatrixSpaceI.H:535–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534template<class Form, class Cmpt, direction Mrows, direction Ncols>
535inline typename typeOfTranspose<Cmpt, Form>::type T
536(
537 const MatrixSpace<Form, Cmpt, Ncols, Mrows>& matrix
538)
539{
540 return matrix.T();
541}
542
543
544template<class Form, class Cmpt, direction Ncmpts>

Callers 15

calcCurvatureFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
setRDeltaT.HFile · 0.50
setRDeltaT.HFile · 0.50
UEqns.HFile · 0.50
ReynoldsStress.CFile · 0.50
Maxwell.CFile · 0.50

Calls 1

TMethod · 0.45

Tested by

no test coverage detected