Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing of time-dependent data, plot overload #31

Merged
merged 4 commits into from
May 26, 2022
Merged

Conversation

jkosata
Copy link
Member

@jkosata jkosata commented May 25, 2022

  • transform_solutions works with time-dependent solutions (closes Transform solutions doesn't work for time-dependent solutions #21 )

  • plot is now multiple-dispatched to avoid having to call plot_1D_solutions etc. Syntax remains plot(::Result, ::String, ::String)

  • Plotting works for time-dependent solutions, syntax plot(::OrdinaryDiffEq.ODECompositeSolution, ::String, ::HarmonicEquation). The last argument is necessary because the time-dependent output of DifferentialEquations does not have info on which variable is which.

  • ODEProblem takes general kwargs (closes Allow keyword arguments in the interface with DifferentialEquations.jl #30 )

  • bugfix: Jacobian=false now correctly ignores the Jacobian in Problem

@jdelpino jdelpino merged commit 75528ae into master May 26, 2022
@jdelpino jdelpino deleted the timedep_parsing branch May 26, 2022 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants