Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajacquey/contspy
Numerical continuation tools for partial differential equations using spectral elements method
https://github.com/ajacquey/contspy
Last synced: 3 months ago
JSON representation
Numerical continuation tools for partial differential equations using spectral elements method
- Host: GitHub
- URL: https://github.com/ajacquey/contspy
- Owner: ajacquey
- License: mit
- Created: 2020-07-23T19:58:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T16:13:17.000Z (over 3 years ago)
- Last Synced: 2024-09-29T09:16:53.538Z (3 months ago)
- Language: Python
- Size: 136 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# contspy
[![gh-actions](https://github.com/ajacquey/contspy/workflows/Build/badge.svg)](https://github.com/ajacquey/contspy/actions?query=workflow%3Aci)
[![codecov](https://codecov.io/gh/ajacquey/contspy/branch/master/graph/badge.svg)](https://codecov.io/gh/ajacquey/contspy)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/contspy.svg)](https://pypi.org/pypi/contspy/)
[![PyPi Version](https://img.shields.io/pypi/v/contspy.svg)](https://pypi.org/project/contspy)
[![License](https://img.shields.io/badge/License-MIT-purple.svg)](https://github.com/ajacquey/contspy/blob/master/LICENSE)
[![PyPi downloads](https://img.shields.io/pypi/dm/contspy.svg)](https://pypistats.org/packages/contspy)Contspy provides several tools to perform numerical continuation for partial differential equations (PDEs) using the spectral elements method.
### Testing
To run the contspy unit tests, check out this repository and type
```
pytest
```### License
contspy is published under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).
### Acknowledgements