From: Wolfgang Bangerth Date: Tue, 13 Oct 2009 22:08:52 +0000 (+0000) Subject: Announce IndexSet. X-Git-Tag: v8.0.0~6904 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebcb2f87fcfe4e70e63b2ad2911fa512f999807d;p=dealii.git Announce IndexSet. git-svn-id: https://svn.dealii.org/trunk@19857 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 8774afa14b..5efe841022 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -226,6 +226,11 @@ inconvenience this causes.

base

    +
  1. New: The new class IndexSet can represent sets and ranges of indices. +
    + (WB 2009/10/09) +

  2. +
  3. New: There is now an operator @<@< for the TableIndices class.