Log of /trunk/solvers/dopri5
Directory Listing
Revision
2018 -
Directory Listing
Modified
Wed Apr 29 03:38:10 2009 UTC
(15 years, 5 months ago)
by
jpye
Fixed compile for new header file locations <ascend/compiler/xxx.h> etc.
Revision
2003 -
Directory Listing
Modified
Fri Mar 13 05:30:00 2009 UTC
(15 years, 7 months ago)
by
jpye
Update to current freesteam.
Revision
1803 -
Directory Listing
Modified
Tue Jul 15 00:53:43 2008 UTC
(16 years, 3 months ago)
by
jpye
Fixing some svn:ignore tags, add DOPRI5 license file.
Minor edits in asc_ipopt.c.
Revision
1757 -
Directory Listing
Modified
Wed Feb 27 05:40:40 2008 UTC
(16 years, 7 months ago)
by
jpye
Add DOPRI5 to installer package (EXPERIMENTAL).
On Windows, use the registry to locate the book.pdf documentation file.
Fix path to test models for DOPRI5 in test.py.
Revision
1735 -
Directory Listing
Modified
Wed Feb 6 04:12:44 2008 UTC
(16 years, 8 months ago)
by
jpye
Fixed bug 359 (units is none)
Fixed bug 358 (progress indicator with DOPRI5)
Added SI prefixes to units-of-measure file (peta, yotta, etc).
Removed debug output from DOPRI5.
Revision
1734 -
Directory Listing
Modified
Wed Feb 6 01:22:28 2008 UTC
(16 years, 8 months ago)
by
jpye
Fixing up DOPRI5 as standard integrator.
Fixed bug 357 preventing repeated registration of integrators (in integrator.c).
Cleaned up SConstruct file use of WITH_SOLVERS a little bit.
Revision
1597 -
Directory Listing
Modified
Fri Aug 17 05:26:05 2007 UTC
(17 years, 2 months ago)
by
jpye
Original Path:
trunk/models/johnpye/dopri5
New external library naming scheme on Windows: 'name_ascend.dll' instead of 'name.dll'.
This applies to solvers as well as external methods, extpy, import handlers, etc.
Revision
1491 -
Directory Listing
Modified
Sun Jun 10 13:49:39 2007 UTC
(17 years, 4 months ago)
by
jpye
Original Path:
trunk/models/johnpye/dopri5
Moved all solvers to dynamically loaded modules currently in folder models/johnpye.
Location of these files will ultimately change.
Revision
1480 -
Directory Listing
Modified
Wed Jun 6 13:44:59 2007 UTC
(17 years, 4 months ago)
by
jpye
Original Path:
trunk/models/johnpye/dopri5
Added stats output in DOPRI5 integrator.
Typo in ida.c.
Added assertions in TestDOPRI5 (current they fail).
Still got problems with DOPRI5 integrator.