From: Timo Heister Date: Mon, 12 Aug 2024 17:23:25 +0000 (-0400) Subject: one more X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17480%2Fhead;p=dealii.git one more --- diff --git a/doc/news/9.1.1-vs-9.2.0.h b/doc/news/9.1.1-vs-9.2.0.h index a474b7eefc..cbcc535151 100644 --- a/doc/news/9.1.1-vs-9.2.0.h +++ b/doc/news/9.1.1-vs-9.2.0.h @@ -1454,7 +1454,9 @@ inconvenience this causes.
  • New: IndexSet::tensor_product() creates a new IndexSet with global size equal to this->size()*other.size(), containing for every element n of this IndexSet, the indices - of the other IndexSet, contained in the interval [n*other.size(), (n+1)*other.size()).;
    ;(Luca Heltai, 2019/12/12) + of the other IndexSet, contained in the interval [n*other.size(), (n+1)*other.size()). +
    + (Luca Heltai, 2019/12/12)