From: Peter Munch Date: Thu, 3 Oct 2024 16:16:05 +0000 (+0200) Subject: Don't call simplex support experimental X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e9c2e3ce3214848f0bac766a00bb4be28af587d;p=dealii.git Don't call simplex support experimental --- 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. *