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

Function GetVariableNumber

ngstd/evalfunc.hpp:370–371  ·  view source on GitHub ↗

returns variable number of last token

Source from the content-addressed store, hash-verified

368
369 /// returns variable number of last token
370 int GetVariableNumber() const
371 { return var_num; }
372 /// returns dimension of variable of last token
373 int GetVariableDimension() const
374 { return var_dim; }

Callers 1

ParsePrimaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected