MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / TensorTranspose

Method TensorTranspose

fem/coefficient.cpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 shared_ptr<CoefficientFunction> CoefficientFunction :: TensorTranspose (int i, int j) const
199 {
200 auto sp = const_cast<CoefficientFunction*>(this)->shared_from_this();
201 return MakeTensorTransposeCoefficientFunction (sp, i, j);
202 }
203
204 shared_ptr<CoefficientFunction>
205 CoefficientFunction :: Transform (CoefficientFunction::T_Transform & transformation) const

Callers

nothing calls this directly

Calls 2

shared_from_thisMethod · 0.45

Tested by

no test coverage detected