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

Function GetVariableDimension

ngstd/evalfunc.hpp:373–374  ·  view source on GitHub ↗

returns dimension of variable of last token

Source from the content-addressed store, hash-verified

371 { return var_num; }
372 /// returns dimension of variable of last token
373 int GetVariableDimension() const
374 { return var_dim; }
375 bool GetVariableIsComplex() const
376 { return var_iscomplex; }
377

Callers 1

ParsePrimaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected