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

Function AddVariable

ngstd/evalfunc.hpp:199–200  ·  view source on GitHub ↗

push variable x[varnum-1].

Source from the content-addressed store, hash-verified

197
198 /// push variable x[varnum-1].
199 void AddVariable (int varnum)
200 { program.Append (step(varnum)); }
201
202 /// push pointer to global double value.
203 void AddGlobVariable (const double * dp)

Callers 1

ParsePrimaryMethod · 0.85

Calls 2

stepClass · 0.85
AppendMethod · 0.45

Tested by

no test coverage detected