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

Function Real

fem/coefficient.cpp:7569–7572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7567
7568
7569 shared_ptr<CoefficientFunction> Real(shared_ptr<CoefficientFunction> cf)
7570 {
7571 return make_shared<RealCF>(cf);
7572 }
7573 shared_ptr<CoefficientFunction> Imag(shared_ptr<CoefficientFunction> cf)
7574 {
7575 return make_shared<ImagCF>(cf);

Callers 6

EvaluateMethod · 0.70
ApplySIMDIRMethod · 0.70
EvaluateMethod · 0.50
EvaluateMethod · 0.50
ApplySIMDIRMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected