https://github.com/jborrow/transfer
Lagrangian Transfer v2.0
https://github.com/jborrow/transfer
Last synced: 3 months ago
JSON representation
Lagrangian Transfer v2.0
- Host: GitHub
- URL: https://github.com/jborrow/transfer
- Owner: JBorrow
- License: other
- Created: 2020-02-12T09:34:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T10:47:32.000Z (about 4 years ago)
- Last Synced: 2024-12-27T06:41:28.056Z (5 months ago)
- Language: Python
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Lagrangian Transfer 2.0
=======================This repository contains a complete re-write of the Lagrangian Transfer
code in [this repository](https://github.com/JBorrow/lagrangian-transfer/).The decision was made to re-write the code to provide simultaneously
faster speeds and cleaner code. The new code has a more modular design
and allows for the use of `numba` in tight loops. Things are also significantly
better laid out and contain `numpy`-style docstrings.There is developer documentation available in `docs`.