A simple adaptive ordinary differential equation (ODE) and delay differential equation (DDE) solver in TypeScript, based on the 5th order Dormand-Prince method.
MIT © Imperial College of Science, Technology and Medicine
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Automatically publish to NPM. Assuming a version number 1.0.0:
- Create a release on github
- Choose a tag -> Create a new tag: v1.0.0
- Use this version as the description
- Optionally describe the release
- Click "Publish release"
- This triggers the release workflow and the package will be available on NPM in a few minutes
Note: This package's name on NPM is @reside-ic/dopri not dopri.