2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-02-21 03:12:07 +00:00
Files
odeint/TODO
2011-01-23 23:37:36 +00:00

42 lines
1.6 KiB
Plaintext

* Unit test
NEARLY DONE * test operations
OK * test standard_algebra
OK * test fusion_algebra
* test vector_space_algebra
* test copying
OK * change standard_operations::rel_error in order to word with units and test it
* include implicit euler
* call via std::pair< deriv , jacobi >
* resizing
* include rosenbrock4 in trunk
OK * operations that fit units
OK * operations that fit result_of
* include test/thrust in jam system, use system from
OK * change stepper to stepper_units
OK * change error_stepper to error_stepper_units
DIFFICULT * finishing change of controlled_stepper to units
* check if rosenbrock controller and controlled_stepper can both be used with the explicit steppers
* move error_checker into controlled_stepper
* rename controlled_stepper to a more specific name
DIFICULT * change dense_output to units
* roll out dense_output_explicit_euler::calc_state() to explicit_euler::dense_output()
* roll out dense_output_dopri5::calc_state() to explicit_error_dopri5::dense_output()
* create dense_output_explicit
* create dense_output_explicit_controlled
* create dense_output_explicit_controlled_fsal
* maybe remove dense_output_explicit
* split check_concepts into check_stepper_concept, check_error_stepper_concept, check_controlled_stepper_concept
* Integrate functions
* skript for setting the include defines according to the position in file system an writing a general copyright comment at the beginning
* Adaptoren
* GMP
* gsl_complex, gsl_complex_vector
* Examples
* Lyapunov exponents
* Thrust example with a parameter study
* A test with boost.graph, phase oscillators on a complex network