diff --git a/Documentation~/images/benchmark-refinement-lake.png b/Documentation~/images/benchmark-refinement-lake.png new file mode 100644 index 0000000..6699056 Binary files /dev/null and b/Documentation~/images/benchmark-refinement-lake.png differ diff --git a/Documentation~/images/benchmark-refinement.png b/Documentation~/images/benchmark-refinement.png index 9b9ebca..d828da3 100644 Binary files a/Documentation~/images/benchmark-refinement.png and b/Documentation~/images/benchmark-refinement.png differ diff --git a/Documentation~/manual/benchmark.md b/Documentation~/manual/benchmark.md index ef6541e..ee8a12c 100644 --- a/Documentation~/manual/benchmark.md +++ b/Documentation~/manual/benchmark.md @@ -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.