From 5e9c2e3ce3214848f0bac766a00bb4be28af587d Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 3 Oct 2024 18:16:05 +0200 Subject: [PATCH] Don't call simplex support experimental --- doc/doxygen/headers/simplex.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/doxygen/headers/simplex.h b/doc/doxygen/headers/simplex.h index 452ab22863..e1c4283087 100644 --- a/doc/doxygen/headers/simplex.h +++ b/doc/doxygen/headers/simplex.h @@ -14,12 +14,12 @@ /** - * @defgroup simplex Simplex support (experimental) + * @defgroup simplex Simplex support * - * This group describes the experimental simplex support in deal.II. + * This group describes the simplex support in deal.II. * - * Simplex and mixed meshes in deal.II are still experimental, i.e., work - * in progress. Large parts of the library have been ported to be able to + * Simplex and mixed meshes in deal.II are work in progress. + * Large parts of the library have been ported to be able to * operate on such kind of meshes. However, there are still many functions * that need to be generalized. * -- 2.39.5