MCPcopy 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
558int CVodesIntegrator::nEvals() const
559{
560 long int ne;
561 CVodeGetNumRhsEvals(m_cvode_mem, &ne);
562 return ne;
563}
564
565AnyMap CVodesIntegrator::solverStats() const
566{

Callers 4

kinetics1Function · 0.45
saveStatsMethod · 0.45
dampStepMethod · 0.45
timeStepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected