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

Function Operator

fem/coefficient.cpp:6625–6629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6623 }
6624
6625 shared_ptr<CoefficientFunction>
6626 Operator (const string & name) const override
6627 {
6628 return Freeze (cf->Operator(name));
6629 }
6630
6631};
6632

Callers

nothing calls this directly

Calls 2

FreezeFunction · 0.85
OperatorMethod · 0.45

Tested by

no test coverage detected