Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ nEvals
Method
nEvals
src/numerics/CVodesIntegrator.cpp:558–563 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
556
}
557
558
int CVodesIntegrator::nEvals() const
559
{
560
long int ne;
561
CVodeGetNumRhsEvals(m_cvode_mem, &ne);
562
return ne;
563
}
564
565
AnyMap CVodesIntegrator::solverStats() const
566
{
Callers
4
kinetics1
Function · 0.45
saveStats
Method · 0.45
dampStep
Method · 0.45
timeStep
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected