From 63617d6afed587aba873b95d9292e1bc5f71dc87 Mon Sep 17 00:00:00 2001 From: Marco Feder Date: Thu, 15 Aug 2024 08:42:08 +0000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebab3928..97bede57 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ To enable to computation of some quality metrics, mostly of theoretical interest We currently support the following features: * Unified interface for 2D and 3D problems. * Distributed-memory implementation through MPI. +* Parallel agglomerated multigrid support. * Discontinuous Galerkin spaces of order $p$. * Different agglomeration strategies. -* Multigrid support (still experimental) ## Building polyDEAL Assuming deal.II is installed on your machine and meets the requirements above, all is required to do is: