From c6c23cff538c7eb37ae136bc548e43fbbe719109 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 15 May 2000 10:22:38 +0000 Subject: [PATCH] BlockSpars{eMatrix,ityPattern} git-svn-id: https://svn.dealii.org/trunk@2851 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 5599b8f308..2308caf7df 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -94,6 +94,12 @@ vector/matrix/... to the indices local to each of the blocks.

+
  • + New: BlockSparsityPattern and + BlockSparseMatrix: Classes that + represent matrices that are composed of sparse matrices. +

    +
  • New: SwappableVector: Class that allows to swap out the data of a vector to disk and reload it -- 2.39.5