Details of daessc solver

조회 수: 3 (최근 30일)
Federico Toso
Federico Toso 2022년 11월 23일
답변: Arun 2023년 10월 30일
Matlab has a lot of ODE solvers available and each of them is properly documented.
However, when it comes to the "daessc" solver for DAE systems, I have not been able to find the mathematical details.
I am mostly interested in what happens after the index-reduction process has taken place, and the solver needs to integrate a 1-index DAE: how does this integration happen? Does the solver use an implicit method? Is it single-step or multistep?
Any link to some proper documentation would be appreciated
  댓글 수: 1
轩
2022년 12월 30일
I am also looking forward to the details.

댓글을 달려면 로그인하십시오.

채택된 답변

Arun
Arun 2023년 10월 30일
Hey Federico,
I understand that you seek information about the DAESSC solver implementation in MATLAB.
It is multistep implicit method of low order, based on Backwards Euler and NDF2 formula. The solver algorithms were “tuned” towards robust solving of DAE’s with dominant algebraic part. Mathematical details of the NDF formulas can be found in “The MATLAB ODE Suite”. SIAM Journal of Scientific Computing, 1997, vol 18, No. 1.
Here is the link to the paper with mathematical details: https://doi.org/10.1137/S1064827594276424
Hope this helps.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Trimming and Linearization에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by