You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a simple example of using symbolic jacobian function with Assimulo sundials solver? I am trying to create a simple example of how to use AD scheme to provide Jacobian for sundials solvers such as IDA or CVODE. I am using casadi python version to provide symbolic jacobian and try to use it in 'ida_with_jac.py' example but I keep getting errors such as f function return type error or Jacobian function is not callable.
Thanks,
The text was updated successfully, but these errors were encountered:
Hello
Is there a simple example of using symbolic jacobian function with Assimulo sundials solver? I am trying to create a simple example of how to use AD scheme to provide Jacobian for sundials solvers such as IDA or CVODE. I am using casadi python version to provide symbolic jacobian and try to use it in 'ida_with_jac.py' example but I keep getting errors such as f function return type error or Jacobian function is not callable.
Thanks,
The text was updated successfully, but these errors were encountered: