I’d like to prepare the equations with NDSolve'ProcessEquations
and then doing repetitive NDSolve'Iterate
for the steps.
I need only variable values at each step, not the final InterpolatingFunction and the computation may run indefinitely.
Is it possible to discard state data for processed steps?