CHANGELOG
INSTALL
MANIFEST.in
README
setup.py
Assimulo.egg-info/PKG-INFO
Assimulo.egg-info/SOURCES.txt
Assimulo.egg-info/dependency_links.txt
Assimulo.egg-info/top_level.txt
assimulo/CHANGELOG
assimulo/LICENSE
assimulo/README
assimulo/__init__.py
assimulo/algebraic.c
assimulo/algebraic.pxd
assimulo/algebraic.pyx
assimulo/constants.pxi
assimulo/exception.py
assimulo/explicit_ode.c
assimulo/explicit_ode.pxd
assimulo/explicit_ode.pyx
assimulo/implicit_ode.c
assimulo/implicit_ode.pxd
assimulo/implicit_ode.pyx
assimulo/ode.c
assimulo/ode.pxd
assimulo/ode.pyx
assimulo/problem.c
assimulo/problem.pyx
assimulo/problem_algebraic.py
assimulo/special_systems.c
assimulo/special_systems.pyx
assimulo/support.c
assimulo/support.pyx
assimulo/version.txt
assimulo/examples/__init__.py
assimulo/examples/cvode_basic.py
assimulo/examples/cvode_basic_backward.py
assimulo/examples/cvode_gyro.py
assimulo/examples/cvode_stability.py
assimulo/examples/cvode_with_disc.py
assimulo/examples/cvode_with_initial_sensitivity.py
assimulo/examples/cvode_with_jac.py
assimulo/examples/cvode_with_jac_sparse.py
assimulo/examples/cvode_with_jac_spgmr.py
assimulo/examples/cvode_with_parameters.py
assimulo/examples/cvode_with_parameters_fcn.py
assimulo/examples/cvode_with_parameters_modified.py
assimulo/examples/cvode_with_preconditioning.py
assimulo/examples/dasp3_basic.py
assimulo/examples/dopri5_basic.py
assimulo/examples/dopri5_with_disc.py
assimulo/examples/euler_basic.py
assimulo/examples/euler_vanderpol.py
assimulo/examples/euler_with_disc.py
assimulo/examples/glimda_vanderpol.py
assimulo/examples/ida_basic_backward.py
assimulo/examples/ida_with_disc.py
assimulo/examples/ida_with_initial_sensitivity.py
assimulo/examples/ida_with_jac.py
assimulo/examples/ida_with_jac_spgmr.py
assimulo/examples/ida_with_parameters.py
assimulo/examples/ida_with_user_defined_handle_result.py
assimulo/examples/kinsol_basic.py
assimulo/examples/kinsol_ors.py
assimulo/examples/kinsol_ors_matrix.mtx
assimulo/examples/kinsol_with_jac.py
assimulo/examples/lsodar_bouncing_ball.py
assimulo/examples/lsodar_vanderpol.py
assimulo/examples/lsodar_with_disc.py
assimulo/examples/mech_system_pendulum.py
assimulo/examples/radar_basic.py
assimulo/examples/radau5dae_time_events.py
assimulo/examples/radau5dae_vanderpol.py
assimulo/examples/radau5ode_vanderpol.py
assimulo/examples/radau5ode_with_disc.py
assimulo/examples/rodasode_vanderpol.py
assimulo/examples/rungekutta34_basic.py
assimulo/examples/rungekutta34_with_disc.py
assimulo/examples/rungekutta4_basic.py
assimulo/lib/__init__.py
assimulo/lib/radau_core.py
assimulo/lib/sundials_callbacks.pxi
assimulo/lib/sundials_callbacks_ida_cvode.pxi
assimulo/lib/sundials_callbacks_kinsol.pxi
assimulo/lib/sundials_constants.pxi
assimulo/lib/sundials_includes.pxd
assimulo/solvers/__init__.py
assimulo/solvers/dasp3.py
assimulo/solvers/euler.c
assimulo/solvers/euler.pyx
assimulo/solvers/glimda.py
assimulo/solvers/kinsol.c
assimulo/solvers/kinsol.pyx
assimulo/solvers/odassl.py
assimulo/solvers/odepack.py
assimulo/solvers/radar5.py
assimulo/solvers/radau5.py
assimulo/solvers/rosenbrock.py
assimulo/solvers/runge_kutta.py
assimulo/solvers/sdirk_dae.pyx
assimulo/solvers/sundials.c
assimulo/solvers/sundials.pyx
assimulo/tests/__init__.py
assimulo/tests/test_examples.py
assimulo/tests/test_explicit_ode.py
assimulo/tests/test_implicit_ode.py
assimulo/tests/test_ode.py
assimulo/tests/test_solvers.py
assimulo/tests/solvers/__init__.py
assimulo/tests/solvers/test_euler.py
assimulo/tests/solvers/test_glimda.py
assimulo/tests/solvers/test_kinsol.py
assimulo/tests/solvers/test_odassl.py
assimulo/tests/solvers/test_odepack.py
assimulo/tests/solvers/test_radau5.py
assimulo/tests/solvers/test_rosenbrock.py
assimulo/tests/solvers/test_rungekutta.py
assimulo/tests/solvers/test_sundials.py
assimulo/thirdparty/dasp3/ANORM.f
assimulo/thirdparty/dasp3/CTRACT.f
assimulo/thirdparty/dasp3/DASP3.f
assimulo/thirdparty/dasp3/DASP3_MAIN.FOR
assimulo/thirdparty/dasp3/DECOMP.f
assimulo/thirdparty/dasp3/HMAX.f
assimulo/thirdparty/dasp3/INIVAL.f
assimulo/thirdparty/dasp3/JACEST.f
assimulo/thirdparty/dasp3/LICENSE_DASP3
assimulo/thirdparty/dasp3/PDERIV.f
assimulo/thirdparty/dasp3/PREPOL.f
assimulo/thirdparty/dasp3/SOLVE.f
assimulo/thirdparty/dasp3/SPAPAT.f
assimulo/thirdparty/dasp3/dasp3.pyf
assimulo/thirdparty/dasp3/dasp3dp.pyf
assimulo/thirdparty/dasp3/how-to-f2py.txt
assimulo/thirdparty/dasp3/test_dasp3.py
assimulo/thirdparty/dasp3/test_dasp3dp.py
assimulo/thirdparty/glimda/LICENSE_GLIMDA
assimulo/thirdparty/glimda/glimda_complete.f
assimulo/thirdparty/hairer/LICENSE_HAIRER
assimulo/thirdparty/hairer/contr5.f90
assimulo/thirdparty/hairer/dc_decdel.f90
assimulo/thirdparty/hairer/decsol.f90
assimulo/thirdparty/hairer/dontr5.f90
assimulo/thirdparty/hairer/dopri5.f
assimulo/thirdparty/hairer/radar5.f90
assimulo/thirdparty/hairer/radar5_int.f90
assimulo/thirdparty/hairer/radau_decsol.f
assimulo/thirdparty/hairer/rodas_decsol.f
assimulo/thirdparty/odassl/LICENSE_ODASSL
assimulo/thirdparty/odassl/d1mach.f
assimulo/thirdparty/odassl/daxpy.f
assimulo/thirdparty/odassl/ddanrm.f
assimulo/thirdparty/odassl/ddatrp.f
assimulo/thirdparty/odassl/ddot.f
assimulo/thirdparty/odassl/ddwats.f
assimulo/thirdparty/odassl/dgefa.f
assimulo/thirdparty/odassl/dgesl.f
assimulo/thirdparty/odassl/dscal.f
assimulo/thirdparty/odassl/idamax.f
assimulo/thirdparty/odassl/odacor.f
assimulo/thirdparty/odassl/odajac.f
assimulo/thirdparty/odassl/odassl.f
assimulo/thirdparty/odassl/odastp.f
assimulo/thirdparty/odassl/xerrwv.f
assimulo/thirdparty/odepack/LICENSE_ODEPACK
assimulo/thirdparty/odepack/odepack_aux.f90
assimulo/thirdparty/odepack/opkda1.f
assimulo/thirdparty/odepack/opkda2.f
assimulo/thirdparty/odepack/opkdmain.f