You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
the typical problems i am interested in involve discretization of the spatial part of a PDE and solving for the resulting coupled ODEs. for a fine grid, the solution vector at each time step needs considerable memory. furthermore, i am interested in the steady state solution, after a long evolution time.
is there a way to obtain only aout[end] and discard results for intermediate times?
is this at least considered in the proposed API?