MCPcopy Create free account
hub / github.com/Cantera/cantera / size

Method size

include/cantera/numerics/SteadyStateSystem.h:91–93  ·  view source on GitHub ↗

Total solution vector length;

Source from the content-addressed store, hash-verified

89
90 //! Total solution vector length;
91 size_t size() const {
92 return m_size;
93 }
94
95 //! Call to set the size of internal data structures after first defining the system
96 //! or if the problem size changes, for example after grid refinement.

Callers 5

nparamsMethod · 0.45
Poly1Method · 0.45
evalMethod · 0.45
evalMethod · 0.45
evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected