Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nschloe/parabolic
- Owner: nschloe
- License: mit
- Created: 2017-03-27T12:31:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T17:50:48.000Z (over 6 years ago)
- Last Synced: 2024-10-10T09:04:59.128Z (about 1 month ago)
- Language: Python
- Size: 43 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.