-
-
Notifications
You must be signed in to change notification settings - Fork 49
Integrate the dassl DAE solver from DASSL.jl #36
Comments
I have been working on DASSL API today after I discovered the issue #27. With relatively minor changes to the source code I was able to implement the iterative version of DASSL solver (see DASSL.jl/README.md) using coroutines and so far I haven't found any downsides of my implementation. I have also implemented some of the keyword arguments from the API.md, now you can use I have a problem with
with the default weights depending on the current state of solution As for the output (see also #30 (comment) in issue #30), I chose to return a tuple |
Have you tested the overhead of using a task based approach, versus storing the state in a |
I have run some tests and there doesn't seem to be any overhead at all. (but I only compared the iterative and non-iterative versions) |
Closing this because it's been completed by the organization layout and the common interface(s). |
See:
This might be a good excuse to continue the discussion on efficient ways to use different problem specifications in a consistent way.
@pwl
The text was updated successfully, but these errors were encountered: