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

Function LoggingCF

fem/coefficient.cpp:7668–7671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7666};
7667
7668shared_ptr<CoefficientFunction> LoggingCF(shared_ptr<CoefficientFunction> func, string logfile)
7669{
7670 return make_shared<LoggingCoefficientFunction>(func, logfile);
7671}
7672
7673
7674

Callers 2

compare_lfFunction · 0.90
compare_blfFunction · 0.90

Calls

no outgoing calls

Tested by 2

compare_lfFunction · 0.72
compare_blfFunction · 0.72