Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7668
shared_ptr<CoefficientFunction> LoggingCF(shared_ptr<CoefficientFunction> func, string logfile)
7669
{
7670
return make_shared<LoggingCoefficientFunction>(func, logfile);
7671
}
7672
7673
7674
Callers
2
compare_lf
Function · 0.90
compare_blf
Function · 0.90
Calls
no outgoing calls
Tested by
2
compare_lf
Function · 0.72
compare_blf
Function · 0.72