From: bangerth Date: Tue, 13 Oct 2009 22:08:52 +0000 (+0000) Subject: Announce IndexSet. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00aa39bbff1de66c0a820c3bd2bf81c2978b7860;p=dealii-svn.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.