Metadata-Version: 2.4
Name: Assimulo
Version: 3.7.3
Summary: A package for solving ordinary differential equations and differential algebraic equations.
Home-page: https://github.com/modelon-community/Assimulo
Download-URL: https://github.com/modelon-community/Assimulo/releases
Author: C. Winther (Andersson), C. Führer, J. Åkesson, M. Gäfvert
Author-email: christian.winther@modelon.com
License: LGPL
Platform: Linux
Platform: Windows
Platform: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Cython
Classifier: Programming Language :: C
Classifier: Programming Language :: Fortran
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: summary


Assimulo is a Cython / Python based simulation package that allows for 
simulation of both ordinary differential equations (ODEs), f(t,y), and 
differential algebraic equations (DAEs), f(t,y,yd). It combines a 
variety of different solvers written in C, FORTRAN and Python via a 
common high-level interface.

Assimulo supports Explicit Euler, adaptive Runge-Kutta of 
order 4 and Runge-Kutta of order 4. It also wraps the popular SUNDIALS 
(https://computation.llnl.gov/casc/sundials/main.html) solvers CVode 
(for ODEs) and IDA (for DAEs). Ernst Hairer's 
(http://www.unige.ch/~hairer/software.html) codes Radau5, Rodas and 
Dopri5 are also available. For the full list, see the documentation.

The package requires Numpy, Scipy and Matplotlib and additionally for 
compiling from source, Cython >=3, Sundials 2.6/2.7/3.1/4.1, BLAS and LAPACK 
together with a C-compiler and a FORTRAN-compiler.
