Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.