From 77edfc19a77b1cc57a831d10c6bb77699267b432 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 29 Mar 2004 20:51:30 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@8901 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 7 +++++++ tests/bits/Makefile | 1 + 2 files changed, 8 insertions(+) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 7d38c7ebaa..0fd81fb3f9 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -368,6 +368,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    +
  1. New: The SparsityPattern class now also + has an iterator class that allows to walk over all nonzero entries of a + sparsity pattern. +
    + (WB 2004/03/29) +

    +
  2. New: The iterator classes into SparseMatrix have been rearranged and extended, so that it is now also possible to write to individual matrix entries diff --git a/tests/bits/Makefile b/tests/bits/Makefile index 459e6d6c32..6b9715f822 100644 --- a/tests/bits/Makefile +++ b/tests/bits/Makefile @@ -48,6 +48,7 @@ tests_x = anna_? \ mapping_q4_3d \ q_points \ find_cell_* \ + sparsity_pattern_* \ sparse_matrix_* \ full_matrix_vector_* \ solver_selector \ -- 2.39.5