Tweak science/py-liac-arff version 2.4.0
[dports.git] / science / py-PyFR / pkg-descr
1 PyFR is an open-source Python based framework for solving advection-diffusion
2 type problems on streaming architectures using the Flux Reconstruction approach
3 of Huynh. The framework is designed to solve a range of governing systems on
4 mixed unstructured grids containing various element types. It is also designed
5 to target a range of hardware platforms via use of an in-built domain specific
6 language derived from the Mako templating engine. The current release has the
7 following capabilities:
8 * Governing Equations - Euler, Navier Stokes
9 * Dimensionality - 2D, 3D
10 * Element Types - Triangles, Quadrilaterals, Hexahedra, Prisms, Tetrahedra,
11   Pyramids
12 * Platforms - CPU Clusters, Nvidia GPU Clusters, AMD GPU Clusters, Intel Xeon
13   Phi Clusters
14 * Spatial Discretisation - High-Order Flux Reconstruction
15 * Temporal Discretisation - Explicit and Implicit (via Dual Time-Stepping)
16 * Precision - Single, Double
17 * Mesh Files Imported - Gmsh (.msh), CGNS (.cgns)
18 * Solution Files Exported - Unstructured VTK (.vtu, .pvtu)
19
20 WWW: http://www.pyfr.org/