Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ getActivityConcentrations
Method
getActivityConcentrations
src/kinetics/InterfaceKinetics.cpp:111–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void InterfaceKinetics::getActivityConcentrations(double* const conc)
112
{
113
_update_rates_C();
114
copy(m_actConc.begin(), m_actConc.end(), conc);
115
}
116
117
void InterfaceKinetics::updateKc()
118
{
Callers
2
_update_rates_C
Method · 0.45
updateROP
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected