From: Wolfgang Bangerth Date: Thu, 7 May 2015 16:33:47 +0000 (-0500) Subject: Fix wrong HTML markup. X-Git-Tag: v8.3.0-rc1~190^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdffdfa17a89ce56779d7a67142f17892f088946;p=dealii.git Fix wrong HTML markup. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 88b384fc61..bd42faa46d 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -554,7 +554,7 @@ inconvenience this causes. of at least spacedim components.
(Luca Heltai, 2015/04/11) -
  • +
  • New: TrilinosWrappers::BlockSparseMatrix now has member functions TrilinosWrappers::BlockSparseMatrix::domain_paritioner() and @@ -568,7 +568,7 @@ inconvenience this causes. that generalizes MappingQEulerian to allow arbitrary FiniteElements.
    (Marco Tezzele, Luca Heltai, 2015/04/06) -
  • +
  • Changed: The cells of coarse meshes in parallel::distributed::Triangulation used to be ordered in a Cuthill-McKee @@ -608,7 +608,7 @@ inconvenience this causes. cell-@>active_cell_index()).
    (Wolfgang Bangerth, 2015/04/10) -
  • +
  • Fixed: Added missing hp-related functions to FE_Q_Hierarchical together with a couple of unit tests. Improved code comments.