SciML / OrdinaryDiffEq.jl

High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)
https://diffeq.sciml.ai/latest/
Other
536 stars 205 forks source link

Added DAE solvers #2292

Closed ParamThakkar123 closed 2 months ago

ParamThakkar123 commented 2 months ago

Checklist

Additional context

Add any other context about the problem here. solves a part of #2177

ChrisRackauckas commented 2 months ago

Looks like this has merge issues. And the DAE things here are just BDF. This should just be combined with the other bdf

ParamThakkar123 commented 2 months ago

Looks like this has merge issues. And the DAE things here are just BDF. This should just be combined with the other bdf

So what approach should I follow to tackle this ??

ParamThakkar123 commented 2 months ago

@ChrisRackauckas Then should I put all the DAE algorithms with the BDF ones ??

ChrisRackauckas commented 2 months ago

Yes

ChrisRackauckas commented 2 months ago

Rebase this onto master

ParamThakkar123 commented 2 months ago

@ChrisRackauckas There's a compute_step!() method failure occurring here. How can we deal with this ?? This occurred after rebase

ParamThakkar123 commented 2 months ago

@ChrisRackauckas I started a new PR for QPRK solvers #2301