pyyeti.ode.SolveCDF.generator¶
- SolveCDF.generator(nt, F0, d0=None, v0=None, static_ic=False)[source]¶
Python “generator” version of
SolveCDF.tsolve(); interactively solve (or re-solve) one step at a time.This routine simply calls
SolveUnc.generator()and only exists to provide this documentation (this is explained inSolveCDF). SeeSolveUnc.generator()for information on using this feature; just replace “SolveUnc” with “SolveCDF”.