Metadata-Version: 2.0
Name: pyfr
Version: 1.8.0
Summary: Flux Reconstruction in Python
Home-page: http://www.pyfr.org/
Author: Imperial College London
Author-email: info@pyfr.org
License: BSD
Keywords: Math
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Scientific/Engineering
Requires-Dist: appdirs (>=1.4.0)
Requires-Dist: gimmik (>=2.0)
Requires-Dist: h5py (>=2.6)
Requires-Dist: mako (>=1.0.0)
Requires-Dist: mpi4py (>=2.0)
Requires-Dist: numpy (>=1.8)
Requires-Dist: pytools (>=2016.2.1)
Provides-Extra: cuda
Requires-Dist: pycuda (>=2015.1); extra == 'cuda'
Provides-Extra: opencl
Requires-Dist: pyopencl (>=2015.2.4); extra == 'opencl'

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.

