<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>PyMetis</name>
<shortdesc>A Graph Partitioning Package</shortdesc>
<description>PyMetis is a Python wrapper for the
          `Metis &lt;http://glaros.dtc.umn.edu/gkhome/views/metis&gt;`_ graph
          partititioning software by George Karypis, Vipin Kumar and others. It
          includes version 5.0pre2 of Metis and wraps it using the 
          `Boost Python &lt;http://www.boost.org/libs/python/doc/&gt;`_ wrapper generator
          library. So far, it only wraps the most basic graph partitioning
          functionality (which is enough for my current use), but extending it
          in case you need more should be quite straightforward. Using PyMetis
          to partition your meshes is really easy--essentially all you need to
          pass into PyMetis is an adjacency list for the graph and the number
          of parts you would like.</description>
<homepage rdf:resource="http://mathema.tician.de/software/pymetis" />
<maintainer><foaf:Person><foaf:name>Andreas Kloeckner</foaf:name>
<foaf:mbox_sha1sum>e3bf4a00975b603e08b8666cbf2589efd0066885</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.91</revision></Version></release>
</Project></rdf:RDF>