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
replace LINPACK routines with their LAPACK counterparts
link against an optimized BLAS library
It would also be of interest to provide a PDECHB callback compatible with the newer DASPK solver. DASPK can be found on Netlib: https://netlib.org/ode/. The method is described in
Brown, P. N., Hindmarsh, A. C., & Petzold, L. R. (1994). Using Krylov methods in the solution of large-scale differential-algebraic systems. SIAM Journal on Scientific Computing, 15(6), 1467-1488. https://doi.org/10.1137/0915088
A few more DAE solvers can be found in the Netlib folder (e.g. daesolve). Other notable ones include:
A few improvements could be made to DASSL:
It would also be of interest to provide a
PDECHB
callback compatible with the newer DASPK solver. DASPK can be found on Netlib: https://netlib.org/ode/. The method is described inA few more DAE solvers can be found in the Netlib folder (e.g.
daesolve
). Other notable ones include:dgelda
on Netlib)The text was updated successfully, but these errors were encountered: