Metadata-Version: 2.0
Name: pyfr
Version: 1.3.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: h5py (>=2.4)
Requires-Dist: mako (>=1.0.0)
Requires-Dist: mpi4py (>=1.3)
Requires-Dist: numpy (>=1.8)
Requires-Dist: pytools (>=2014.3)
Provides-Extra: cuda
Requires-Dist: pycuda (>=2011.2); 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. PyFR is being
developed in the Vincent Lab, Department of Aeronautics, Imperial
College London, UK.

