Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc-ide/dopri-js
:clock1130::soon::clock9: Ordinary and delay differential equation solver
https://github.com/mrc-ide/dopri-js
Last synced: about 2 months ago
JSON representation
:clock1130::soon::clock9: Ordinary and delay differential equation solver
- Host: GitHub
- URL: https://github.com/mrc-ide/dopri-js
- Owner: mrc-ide
- License: mit
- Created: 2018-10-03T13:50:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T09:27:21.000Z (over 1 year ago)
- Last Synced: 2024-08-08T20:56:38.557Z (5 months ago)
- Language: TypeScript
- Homepage: https://mrc-ide.github.io/dopri-js/
- Size: 289 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dormand–Prince method in JavaScript
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![build-and-test](https://github.com/mrc-ide/dopri-js/actions/workflows/ci.yml/badge.svg)](https://github.com/mrc-ide/dopri-js/actions/workflows/ci.yml)
[![codecov.io](https://codecov.io/github/mrc-ide/dopri-js/coverage.svg?branch=master)](https://codecov.io/github/mrc-ide/dopri-js?branch=master)A simple adaptive ordinary differential equation (ODE) and delay differential equation (DDE) solver in TypeScript, based on the 5th order Dormand-Prince method.
## Licence
MIT © Imperial College of Science, Technology and Medicine
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.