From The FEniCS project
TriTetMesh is a library for producing high quality meshes for DOLFIN.
TriTetMesh provides an intuitive interface for both c++ and Python to the high quality mesh generators of Triangle and Tetgen.
Examples of Dolfin meshes generated by the demos in TriTetMesh.
It is easy to define boundary markers using TriTetMesh. The markers are set to facets that is used to define your mesh. The resulting boundary markers are stored in seperate MeshFunctions.
License
TriTetMesh is licensed under the GNU GPL Version 3.0. See http://www.gnu.org for details. TriTetMesh provides patched versions of both Triangle and Tetgen. The changes are all build related. The original authors of these softwares keeps the copyright to any added code to these files.
Download
From a bazaar repository at Launchpad;
bzr branch lp:tritetmesh
TriTetMesh currently relies on any DOLFIN version > 0.9.0
Feedback
For feedback, patches, and comments contact Johan Hake <johan -dot- hake -at- gmail -dot- com>

