Skip to content

Commit

Permalink
docs: refinement benchmark update
Browse files Browse the repository at this point in the history
  • Loading branch information
andywiecko committed Dec 1, 2024
1 parent 9b83da3 commit 1c77493
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documentation~/images/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.
8 changes: 7 additions & 1 deletion Documentation~/manual/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,20 @@ The presented result is for `T2 = float2`.

## Delaunay triangulation with mesh refinement

Furthermore, we present a performance comparison (with Burst enabled) between `v1.0`, `v2.0`, `v2.3`, `v2.4`, `v3.0`, and `v3.4` for the refinement task.
Furthermore, we present a performance comparison (with Burst enabled) between `v1.0..v3.5` for the refinement task.
The presented result is for `T2 = float2`.
This test case executes triangulation for a unit square box.

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

> [!NOTE]
> Since `v2.4`, the triangulation refinement algorithm has been updated, resulting in improved mesh quality.
Additionally, below we provide a benchmark for a more general test case than the unit square box.
Specifically, the input in this case corresponds to Lake Superior, as commonly used in examples from the package.

![Refinement Benchmark Lake](../images/benchmark-refinement-lake.png)

## Auto holes

Below is a benchmark for Constrained Delaunay triangulation with the auto-holes option enabled. As a test case, we use a square containing $n\times n$ hole squares (denoted by #holes). Reference timings for the auto-holes option disabled are marked with a dashed line.
Expand Down

0 comments on commit 1c77493

Please sign in to comment.