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

Method setNeedsReinit

include/cantera/zeroD/ReactorNet.h:336–338  ·  view source on GitHub ↗

Called to trigger integrator reinitialization before further integration.

Source from the content-addressed store, hash-verified

334 //! Called to trigger integrator reinitialization before further
335 //! integration.
336 void setNeedsReinit() {
337 m_integrator_init = false;
338 }
339
340 //! Set the maximum number of internal integration steps the
341 //! integrator will take before reaching the next output point

Callers 1

syncStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected