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

Method y

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

Source from the content-addressed store, hash-verified

284
285template<class Cmpt>
286inline Foam::Vector<Cmpt> Foam::Tensor<Cmpt>::y() const
287{
288 return Vector<Cmpt>(this->v_[YX], this->v_[YY], this->v_[YZ]);
289}
290
291
292template<class Cmpt>

Calls

no outgoing calls

Tested by 1

writeSTLASCIIFunction · 0.36