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

Method getState

src/numerics/SteadyStateSystem.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void SteadyStateSystem::getState(double* x) const
33{
34 copy(m_xnew.begin(), m_xnew.end(), x);
35}
36
37int SteadyStateSystem::solve(double* x, double* xnew, int loglevel)
38{

Callers 2

initializeMethod · 0.45
reinitializeMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected