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

Method x

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

Source from the content-addressed store, hash-verified

277
278template<class Cmpt>
279inline Foam::Vector<Cmpt> Foam::Tensor<Cmpt>::x() const
280{
281 return Vector<Cmpt>(this->v_[XX], this->v_[XY], this->v_[XZ]);
282}
283
284
285template<class Cmpt>

Callers 15

writePointsFunction · 0.45
coordSet.CFile · 0.45
readFunction · 0.45
vtkSetWriter.CFile · 0.45
writeGeometryFunction · 0.45
writeDataFunction · 0.45
writeLocationFunction · 0.45
writeCoordFunction · 0.45
writeGeometryFunction · 0.45
writeConnectivityFunction · 0.45
calcSamplesFunction · 0.45
blockMeshCreate.CFile · 0.45

Calls

no outgoing calls

Tested by 1

writeSTLASCIIFunction · 0.36