Metadata-Version: 2.1
Name: daepy
Version: 1.0.1
Summary: A Python library for solving boundary value problems of differential algebraic equations with advanced and retarded (forward and backward) delays
Home-page: https://lcvmwww.epfl.ch/software/daepy
Author: Alastair Flynn
Author-email: contact@alastairflynn.com
License: UNKNOWN
Project-URL: Documentation, https://lcvmwww.epfl.ch/software/daepy
Project-URL: Source code, https://github.com/alastairflynn/daepy
Description: # DAEpy
        
        DAEpy is a Python library for solving boundary value problems of differential algebraic equations with advanced and retarded (forward and backward) delays. It also contains routines for parameter continuation. The numerical method is based on collocation. This library was developed in the [Laboratory for Computation and Visualization in Mathematics and Mechanics](https://lcvmwww.epfl.ch/) at [EPFL](https://epfl.ch).
        
        ## Installation
        
        DAEpy can be installed using pip
        
        ```
        pip install daepy
        ```
        
        It is recommended, but not necessary, to also install scikit-umfpack which contains a routine for solving sparse linear systems.
        
        ```
        pip install scikit-umfpack
        ```
        
        ## Documentation
        
        [Documentation](https://lcvmwww.epfl.ch/software/daepy) is available online, including [basic usage](https://lcvmwww.epfl.ch/software/daepy/index.html#usage) and some [examples](https://lcvmwww.epfl.ch/software/daepy/examples.html).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.5
Description-Content-Type: text/markdown
