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

Method x

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

Source from the content-addressed store, hash-verified

98
99template<class Cmpt>
100inline Foam::Vector2D<Cmpt> Foam::Tensor2D<Cmpt>::x() const
101{
102 return Vector2D<Cmpt>(this->v_[XX], this->v_[XY]);
103}
104
105template<class Cmpt>
106inline Foam::Vector2D<Cmpt> Foam::Tensor2D<Cmpt>::y() const

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