From: wolf Date: Mon, 29 Mar 2004 20:51:30 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77edfc19a77b1cc57a831d10c6bb77699267b432;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@8901 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 \