Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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