From: Guido Kanschat Date: Mon, 1 Oct 2001 08:14:48 +0000 (+0000) Subject: make_flux_sparsity_pattern X-Git-Tag: v8.0.0~18697 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1b8d1ced37f0aeeb0e42407135622e4777f29d;p=dealii.git make_flux_sparsity_pattern git-svn-id: https://svn.dealii.org/trunk@5121 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 9848e739f7..734b47291e 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -67,6 +67,13 @@ documentation, etc.

deal.II

    +
  1. + Fixed: Functions creating sparsity patterns for DG elements in + DoFTools get the pattern type as + template argument, too.. +
    + (GK 2001/10/01) +

  2. Fixed: the iterator category template base class of grid iterators was incorrectly set.