Full implicit ode solver

Hello. I need to solve an ode as full implicit. Finally in 2024b release the option has been add. With ode15i it works, but i want also to try with idas solver (sundials package is the best for ode solving) setting equationtype as fullyimplicit: I use initialslope to pass the first set of Xp at the ode funcion in form X=f(t,x,Xp) but, with idas, Xp in the function seems to be a [] variable. With ode15i it not happen. Can someone help me finding a way to pass correctily the input?

2 Comments

You forgot to include your code.
I also encountered a similar issue while attempting to solve a fully implicit ordinary differential equation using the 'ode' function with the 'idas' solver in R2024b.
It seems that currently, the 'ode15i' solver is the only option that effectively handles this scenario.

Sign in to comment.

Answers (0)

Asked:

on 21 Sep 2024

Commented:

on 30 Sep 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!