Metadata-Version: 1.1
Name: pymetis_mesh
Version: 0.1.0
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
        
        [![Build Status](https://travis-ci.org/chiao45/pymetis_mesh.svg?branch=master)](https://travis-ci.org/chiao45/pymetis_mesh)
        [![PyPi Version](https://img.shields.io/pypi/v/pymetis_mesh.svg)](https://pypi.org/project/pymetis-mesh/)
        
        This repository contains a simple 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.
        
        ## Installations
        
        ```bash
        pip3 install pymetis_mesh
        ```
        
        ## License
        
        MIT License
        
        Copyright (c) 2018 Qiao Chen
        
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
Classifier: Intended Audience :: Science/Research
