MCPcopy 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

ParsePrimaryMethod · 0.85

Calls 2

stepClass · 0.85
AppendMethod · 0.45

Tested by

no test coverage detected