odepack icon indicating copy to clipboard operation
odepack copied to clipboard

Work in Progress to refactor and modernize the ODEPACK Library

Results 7 odepack issues
Sort by recently updated
recently updated
newest added

With your latest sources (13 Oct 2022), I find that with some compilers the run for the LSODPK example produces many warnings with the pattern > DLSODPK- Warning. Poor iterative...

1. When running the LSODIS example, the following error is encountered: ``` Runtime Error: M_da1/dainvgs.inc, line 104: Reference to undefined variable DLSS%NLU Program terminated by fatal error ``` This happens...

In the following calls to the solvers, the third and fifth actual arguments are identical ``` dlsoda.inc 1815 call dstoda dlsodar.inc 2002 call dstoda dlsode.inc 1824 call dstode dlsodes.inc 2068...

If someone wishes to build and run a single precision version of ODEPACK, they need to note that it is not enough to change the kind parameter of real variables...

I built each of the nine examples using the NAG compiler with the -dusty option, and obtained normal output. Next, I added the -O2 option to see if the results...

Dear @jacobwilliams , The odepack stuff is great! I use IntelOneAPI + VS2017 + Windows 10. I found that when using release mode, it works fine. But in debug mode,...