From b8b06386cb4bbebffe14b10447db673e9767cacc Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Sat, 11 Jun 2022 19:47:38 +0000
Subject: [PATCH] [doc] Remove outdated reference to dune-dd

---
 dune/istl/novlpschwarz.hh | 3 ---
 dune/istl/schwarz.hh      | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/dune/istl/novlpschwarz.hh b/dune/istl/novlpschwarz.hh
index b24fcb968..111b179ee 100644
--- a/dune/istl/novlpschwarz.hh
+++ b/dune/istl/novlpschwarz.hh
@@ -45,9 +45,6 @@ namespace Dune {
    *
    * The information of the data distribution is provided by OwnerOverlapCopyCommunication
    * of \ref ISTL_Comm "communication API".
-   *
-   * Currently only data parallel versions are shipped with dune-istl. Domain
-   * decomposition can be found in module dune-dd.
    */
   /**
      @addtogroup ISTL_Operators
diff --git a/dune/istl/schwarz.hh b/dune/istl/schwarz.hh
index 894d201ce..1870169e9 100644
--- a/dune/istl/schwarz.hh
+++ b/dune/istl/schwarz.hh
@@ -43,9 +43,6 @@ namespace Dune {
    *
    * The information of the data distribution is provided by OwnerOverlapCopyCommunication
    * of \ref ISTL_Comm "communication API".
-   *
-   * Currently only data parallel versions are shipped with dune-istl. Domain
-   * decomposition can be found in module dune-dd.
    */
   /**
      @addtogroup ISTL_Operators
-- 
GitLab