Metadata-Version: 2.1
Name: dune-mmesh
Version: 1.3.0
Summary: MMesh is a grid implementation based on CGAL triangulations
Home-page: https://gitlab.dune-project.org/samuel.burbulla/dune-mmesh
Author: Samuel Burbulla
Author-email: samuel.burbulla@ians.uni-stuttgart.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE.md

The Dune-MMesh Module
=====================

The Dune-MMesh Module is an implementation of the DUNE grid interface that wraps CGAL triangulations in 2D and 3D.
It is also capable to export a prescribed set of cell facets as a dim-1 interface grid and remesh the grid when moving this interface.

You find the documentation of Dune-MMesh at [dune-mmesh.readthedocs.io](https://dune-mmesh.readthedocs.io).


