-
-
Notifications
You must be signed in to change notification settings - Fork 49
memory issue for large scale problems #69
Comments
There are two issues here: To get the solution only at the end of the time-evolution you will be able to use the keyword |
As I already commented on Mauro's PR, I am glad to help with that. However, even if I get just the solution at the end of the interval, my On 05/19/2015 09:45 PM, acroy wrote:
|
I think there was actually a concrete proposal to support in-place rhs in #33 (in particular this comment). That approach should also work with the new solvers. |
It would be fairly trivial to use a mutating Note however, that it is mainly a time-efficiency problem as the arrays produced by old calls to |
You could have a look whether the PR #72 is any good. Although those are implicit methods. |
Your last comment was for #71, right? |
Indeed, sorry about that! I just moved it there. |
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?
The text was updated successfully, but these errors were encountered: