Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andywiecko committed Oct 25, 2023
1 parent a97d491 commit 4bd902a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified Documentation~/benchmark-refinement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ In the figure below, you can also see example test cases: red represents resulti

![Constraint Benchmark](Documentation~/benchmark-constraint.png)

Furthermore, we present a performance comparison (with Burst enabled) between `v1.0.0` and `v2.0.0` for the refinement task.
Furthermore, we present a performance comparison (with Burst enabled) between `v1.0`, `v2.0`, and `v2.3` for the refinement task.

![Refinement Benchmark](Documentation~/benchmark-refinement.png)

Expand All @@ -407,9 +407,11 @@ Furthermore, we present a performance comparison (with Burst enabled) between `v
- [X] ~~Adapt Delaunay triangluation to `halfedges` approach.~~
- [X] ~~Adapt constrained triangulation to `halfedges` approach.~~
- [X] ~~Improve performance of the constraint algorithm.~~
- [ ] Adapt refinement algorithm to `halfedges` approach.
- [X] ~~Adapt refinement algorithm to `halfedges` approach.~~
- [ ] Improve performance of the refinement algorithm.
- [ ] Remove super-triangle approach.
- [ ] (?) Partially restore Delaunay property after Sloan's algorithm.
- [ ] (?) Add mesh coarsening algorithm.

## Bibliography

Expand Down

0 comments on commit 4bd902a

Please sign in to comment.