Summer of Code - Getting Started: Difference between revisions

Jump to navigation Jump to search
m
Line 104: Line 104:
=== Matlab-compatible ODE solvers in core-Octave ===
=== Matlab-compatible ODE solvers in core-Octave ===


* Adapt "odeset" and "odeget" from the odepkg package so that the list of supported options is more Matlab-compatible,  
* Adapt "odeset" and "odeget" from the odepkg package so that the list of supported options is more Matlab-compatible, in the sense that all option names that are supported by Matlab should be available. On the other hand, Matlab returns an error if an option which is not in the list of known options is passed to "odeset", but we would rather make this a warning in order to allow for special extensions, for example for symplectic integrators.
in the sense that all option names that are supported by matlab should be available. On the other hand, Matllab returns  
an error if an option which is not in the list of known options is passed to "odeset", but we would rather make this a warning
in order to allow for special extensions, for example for symplectic integrators.
* Adapt the interface of "ode45" in odepkg to be completely Matlab compatible, fix its code and documentation style and move it to Octave-core.
* Adapt the interface of "ode45" in odepkg to be completely Matlab compatible, fix its code and documentation style and move it to Octave-core.
* Build Matlab compatible versions of "ode15s" and "ode15i". jwe has prototype implementations of these built as wrappers to "dassl" and "daspk". An initial approach could be to just improve these wrappers, but eventually it would be better to have wrappers for "IDA" from the sundials library.
* Build Matlab compatible versions of "ode15s" and "ode15i". jwe has prototype implementations of these built as wrappers to "dassl" and "daspk". An initial approach could be to just improve these wrappers, but eventually it would be better to have wrappers for "IDA" from the sundials library.
* Implement Matlab compatible versions of "deval".


'''Potential mentor:''' Sebastian Schöps, Carlo de Falco
'''Potential mentor:''' Sebastian Schöps, Carlo de Falco
2

edits

Navigation menu