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

Method y

src/OpenFOAM/primitives/Tensor2D/Tensor2DI.H:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105template<class Cmpt>
106inline Foam::Vector2D<Cmpt> Foam::Tensor2D<Cmpt>::y() const
107{
108 return Vector2D<Cmpt>(this->v_[YX], this->v_[YY]);
109}
110
111
112template<class Cmpt>

Callers 4

Tensor2DMethod · 0.45
operator&Function · 0.45
operator*Function · 0.45
tensor2D.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected