Metadata-Version: 1.1
Name: pymetis-mesh
Version: 0.2.2
Summary: Partitioning Finite Element Meshes with METIS in Python
Home-page: https://github.com/chiao45/pymetis_mesh
Author: Qiao Chen
Author-email: benechiao@gmail.com
License: MIT
Description: Partition *finite element* meshes with METIS in Python
        =======================================================
        
        .. image:: https://travis-ci.org/chiao45/pymetis_mesh.svg?branch=master
            :target: https://travis-ci.org/chiao45/pymetis_mesh
        .. image:: https://img.shields.io/pypi/v/pymetis_mesh.svg?branch=master
            :target: https://pypi.org/project/pymetis-mesh/
        
        Introduction
        ------------
        
        This repository contains a simple Python wrapper of ``METIS_PartMeshDual`` and
        ``METIS_PartMeshNodal``, which can partition finite element unstructured meshes
        either element-wisely or node-wisely, resp. The wrapper script is written in
        Cython, and the C code has been already generated. Notice that regenerating the
        C source code is pretty straightforward.
        
        Installation
        ------------
        
        .. code-block:: console
        
            $ pip3 install pymetis_mesh
        
        License
        -------
        
        MIT License
        
        Copyright (c) 2018 Qiao Chen
        
        ``METIS`` and ``ParMETIS`` have their own licenses, please check the source directory.
        
Keywords: Math
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Science/Research
