Skip to content

lisaeb/dae4py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dae4py - python implementation of solvers for differential algebraic equations (DAE's)

tbd

Fixed step-size implementations

tbd

Variable step-size Radau IIA methods

tbd

Python wrapper for old fortran/C solvers.

Examples

tbd

Install

  • unix

    python -m venv myvenv
    source myvenv/bin/activate
    python -m pip install .
  • windows

    make sure the following programs are installed:

    python -m venv myvenv
    source myvenv/Scripts/activate
    python -m pip install .

    ... or go the easy way and use WSL2 with Ubuntu

  • MacOS

    tbd

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 96.9%
  • Python 1.6%
  • C 1.3%
  • Other 0.2%