Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PyFR/PyFR
PyFR
https://github.com/PyFR/PyFR
Last synced: about 2 months ago
JSON representation
PyFR
- Host: GitHub
- URL: https://github.com/PyFR/PyFR
- Owner: PyFR
- License: other
- Created: 2013-01-16T19:53:24.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-23T23:56:45.000Z (about 2 months ago)
- Last Synced: 2024-10-24T13:32:31.212Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 4.95 MB
- Stars: 442
- Watchers: 65
- Forks: 198
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-fluid-dynamics - PyFR/PyFR - Framework for solving advection-diffusion type problems on streaming architectures using the Flux Reconstruction approach of Huynh. ![Python](logo/Python.svg) (Computational Fluid Dynamics / Other Techniques)
README
# PyFR
## Overview
PyFR is an open-source Python based framework for solving advection-diffusion
type problems on streaming architectures using the Flux Reconstruction
approach of Huynh. The framework is designed to solve a range of governing
systems on mixed unstructured grids containing various element types. It is
also designed to target a range of hardware platforms via use of an in-built
domain specific language derived from the Mako templating engine.## Examples
Test cases are available in the
[PyFR-Test-Cases](https://github.com/PyFR/PyFR-Test-Cases) repository.## Contributing
To contribute to PyFR please follow the steps listed below:
1. Fork this repository to your GitHub account
2. Create a new branch in your forked repository
3. Make changes in your new branch
4. Submit your changes by creating a Pull Request to the `develop` branch of the original PyFR repositoryModifications to the `develop` branch are eventually merged into the master
branch for a new release.## Help and Community
Information on the usage and structure of PyFR can be found in the
[documentation](http://pyfr.readthedocs.io/en/latest/).For further help in developing and using PyFR, or to connect with the wider
community of users, please go to the [PyFR Discourse](https://pyfr.discourse.group).## Authors
See the AUTHORS file.
## License
PyFR is released under the New BSD License (see the LICENSE file for details).
Documentation is made available under a Creative Commons Attribution 4.0
license (see ).