Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void SteadyStateSystem::getState(double* x) const
33
{
34
copy(m_xnew.begin(), m_xnew.end(), x);
35
}
36
37
int SteadyStateSystem::solve(double* x, double* xnew, int loglevel)
38
{
Callers
2
initialize
Method · 0.45
reinitialize
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected