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

Method getState

src/zeroD/ReactorNet.cpp:573–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573void ReactorNet::getState(double* y)
574{
575 for (size_t n = 0; n < m_reactors.size(); n++) {
576 m_reactors[n]->getState(y + m_start[n]);
577 }
578}
579
580void ReactorNet::getStateDae(double* y, double* ydot)
581{

Callers 1

solveSteadyMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected