Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ AddFunction
Function
AddFunction
ngstd/evalfunc.hpp:215–216 ·
view source on GitHub ↗
push function call.
Source
from the content-addressed store, hash-verified
213
214
/// push function call.
215
void AddFunction (double (*fun) (double))
216
{ program.Append (step(fun)); }
217
218
/// print expression
219
void Print (ostream & ost) const;
Callers
1
ParsePrimary
Method · 0.85
Calls
2
step
Class · 0.85
Append
Method · 0.45
Tested by
no test coverage detected