naginterfaces.library.ode.dae_​dassl_​cont

naginterfaces.library.ode.dae_dassl_cont(comm)[source]

dae_dassl_cont is a setup function which must be called prior to a continuation call to dae_dassl_gen().

For full information please refer to the NAG Library document for d02mc

https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/d02/d02mcf.html

Parameters
commdict, communication object, modified in place

Communication structure.

This argument must have been initialized by a prior call to dae_dassl_gen().

Notes

dae_dassl_cont is provided to permit you to signal that the next call to dae_dassl_gen() is a continuation call. In particular, if dae_dassl_gen() exits because the maximum number of integration steps has been exceeded, then a call to dae_dassl_cont resets the step counter allowing the integration to proceed.