Metadata-Version: 1.1
Name: hedge
Version: 0.91
Summary: Hybrid Easy Discontinuous Galerkin Environment
Home-page: http://mathema.tician.de/software/hedge
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT
Description: .. image:: https://badge.fury.io/py/hedge.png
            :target: http://pypi.python.org/pypi/hedge
        
        hedge is an unstructured, high-order, parallel
        Discontinuous Galerkin solver for partial differential
        equations.
        
        Features:
        
        * Supports simplicial unstructured meshes in two and
          three dimensions (i.e. triangles and tetrahedra)
        * Approximates using orthogonal polynomials of any degree
          (and therefore to any order of accuracy) you specify at
          runtime
        * Solves PDEs in parallel using MPI and GPUs
        * Easy to use
        * Powerful Parallel Visualization
        
        Resources
        =========
        
        * `Wiki <http://wiki.tiker.net/Hedge>`_
        * `Source <https://github.com/inducer/hedge>`_
        * `Mailing list <http://lists.tiker.net/listinfo/hedge>`_
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
