Metadata-Version: 1.1
Name: MeshPy
Version: 2013.1
Summary: Triangular and Tetrahedral Mesh Generator
Home-page: http://mathema.tician.de/software/meshpy
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT for the wrapper/non-commercial MIT for the meshers
Description: 
                  MeshPy offers quality triangular and tetrahedral mesh
                  generation for Python. Meshes of this type are chiefly used
                  in finite-element simulation codes, but also have many
                  other applications ranging from computer graphics to
                  robotics.
        
                  In order to generate 2D and 3D meshes, MeshPy provides
                  Python interfaces to two well-regarded mesh generators,
                  `Triangle <http://www.cs.cmu.edu/~quake/triangle.html>`_ by
                  J.  Shewchuk and `TetGen <http://tetgen.berlios.de/>`_ by
                  Hang Si. Both are included in the package in slightly
                  modified versions.
        
                  MeshPy uses `Boost.Python <http://www.boost.org>`_. 
        
                  As of Version 0.91.2, MeshPy also works with Python 3.
        
                  Documentation
                  =============
        
                  See the `MeshPy Documentation <http://tiker.net/doc/meshpy>`_ page.
                  
Platform: UNKNOWN
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: License :: Free for non-commercial use
Classifier: Natural Language :: English
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
