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

Function CacheCF

fem/coefficient.cpp:7799–7802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7797};
7798
7799shared_ptr<CoefficientFunction> CacheCF(shared_ptr<CoefficientFunction> func)
7800{
7801 return make_shared<CacheCoefficientFunction>(func);
7802}
7803
7804
7805Array<CoefficientFunction*> FindCacheCF (CoefficientFunction & func)

Callers 2

compare_lfFunction · 0.85
compare_blfFunction · 0.85

Calls

no outgoing calls

Tested by 2

compare_lfFunction · 0.68
compare_blfFunction · 0.68