Skip to content

Commit

Permalink
0.9.13 updates: support for non-simplex elements, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
dengwirda authored Sep 12, 2020
1 parent b131785 commit 55a014c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## `JIGSAW: An unstructured mesh generator`

<p align="middle">
<img src = "../master/external/jigsaw/img/bunny-TRIA3-1.png" width="20%" hspace="0.25%">
<img src = "../master/external/jigsaw/img/bunny-TRIA3-2.png" width="20%" hspace="0.25%">
<img src = "../master/external/jigsaw/img/bunny-TRIA3-3.png" width="20%" hspace="0.25%">
<img src = "../master/external/jigsaw/img/bunny-TRIA4-3.png" width="20%" hspace="0.25%">
<img src = "../master/img/bunny-TRIA3-1.png" width="20%" hspace="0.25%">
<img src = "../master/img/bunny-TRIA3-2.png" width="20%" hspace="0.25%">
<img src = "../master/img/bunny-TRIA3-3.png" width="20%" hspace="0.25%">
<img src = "../master/img/bunny-TRIA4-3.png" width="20%" hspace="0.25%">
</p>

`JIGSAW` is an unstructured mesh generator and tessellation library; designed to generate high-quality triangulations and polyhedral decompositions of general planar, surface and volumetric domains. `JIGSAW` includes refinement-based algorithms for the construction of new meshes, optimisation-driven techniques for the improvement of existing grids, as well as routines to assemble (restricted) Delaunay tessellations, Voronoi complexes and Power diagrams.
Expand Down

0 comments on commit 55a014c

Please sign in to comment.