Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nschloe/parabolic

Time stepping methods for parabolic problems.
https://github.com/nschloe/parabolic

Last synced: 22 days ago
JSON representation

Time stepping methods for parabolic problems.

Awesome Lists containing this project

README

        

# parabolic

Time stepping method for parabolic problems.

[![CircleCI](https://img.shields.io/circleci/project/github/nschloe/parabolic.svg)](https://circleci.com/gh/nschloe/parabolic)
[![codecov](https://img.shields.io/codecov/c/github/nschloe/parabolic.svg)](https://codecov.io/gh/nschloe/parabolic)
[![PyPi Version](https://img.shields.io/pypi/v/parabolic.svg)](https://pypi.python.org/pypi/parabolic)
[![GitHub stars](https://img.shields.io/github/stars/nschloe/parabolic.svg?style=social&label=Stars)](https://github.com/nschloe/parabolic)

### Testing

To run the tests, check out this repository and type
```
pytest
```

### License

parabolic is published under the MIT license. See the file LICENSE for detailed
information.