Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nschloe/rhino
https://github.com/nschloe/rhino
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nschloe/rhino
- Owner: nschloe
- License: mit
- Created: 2022-10-18T14:58:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T15:55:17.000Z (about 2 years ago)
- Last Synced: 2024-10-10T09:12:26.345Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 1.09 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![tests](https://github.com/nschloe/rhino/actions/workflows/tests.yml/badge.svg)](https://github.com/nschloe/rhino/actions/workflows/tests.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)rhino is a solver package for nonlinear Schrödinger equations. It contains the
respective model evaluators along with an implementation of Newton's method and
optional preconditioner for its linearization.rhino uses [KryPy](https://github.com/andrenarchy/krypy) for the solution of
linear equation systems and employs its deflation capabilities. The package
[meshplex](https://github.com/nschloe/meshplex) is used to construct the
finite-volume discretization.### License
rhino is published under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).