Name : python-module-hedge Relocations: (not relocatable) Version : 0.91 Vendor: ALT Linux Team Release : alt1.git20140528.qa2 Build Date: Fri Apr 8 11:21:20 2016 Install date: (not installed) Build Host: qa_ldv-sisyphus.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 2952903 License: MIT Packager : Eugeny A. Rostovtsev (REAL) URL : http://mathema.tician.de/software/hedge/ Summary : Hybrid and Easy Discontinuous Galerkin Environment Description : hedge is an unstructured, high-order, parallel Discontinuous Galerkin (DG) code that I am developing as part my PhD project. hedge's design is focused on two things: being fast and easy to use. While the need for speed dictates implementation in a low level language, these same low-level languages become quite cumbersome at a higher level of abstraction. This is where the "h" in hedge comes from; it takes a hybrid approach. While a small core is written in C++ for speed, all user-visible functionality is driven from Python.