0 purchases
pymetismesh 1.0.0
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
$ pip3 install pymetis_mesh
License
MIT License
Copyright (c) 2018 Qiao Chen
METIS and ParMETIS have their own licenses, please check the source directory.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.