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

Function Imag

fem/coefficient.cpp:7573–7576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7571 return make_shared<RealCF>(cf);
7572 }
7573 shared_ptr<CoefficientFunction> Imag(shared_ptr<CoefficientFunction> cf)
7574 {
7575 return make_shared<ImagCF>(cf);
7576 }
7577 shared_ptr<CoefficientFunction> RealImag(shared_ptr<CoefficientFunction> cf)
7578 {
7579 return make_shared<RealImagCF>(cf);

Callers 4

EvaluateMethod · 0.70
ApplySIMDIRMethod · 0.70
ApplySIMDIRMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected