Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
template<class Cmpt>
106
inline Foam::Vector2D<Cmpt> Foam::Tensor2D<Cmpt>::y() const
107
{
108
return Vector2D<Cmpt>(this->v_[YX], this->v_[YY]);
109
}
110
111
112
template<class Cmpt>
Callers
4
Tensor2D
Method · 0.45
operator&
Function · 0.45
operator*
Function · 0.45
tensor2D.C
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected