From: hartmann Date: Tue, 15 Jul 2003 07:17:40 +0000 (+0000) Subject: Replace non-existing /class by /code tag. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d65d9b48e4a3c848507885983b03a5fec0bc119;p=dealii-svn.git Replace non-existing /class by /code tag. git-svn-id: https://svn.dealii.org/trunk@7878 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 812bd8eaee..ffcaa29efd 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -136,7 +136,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
  • New: Finite elements got a function get_interpolation_matrix, with which they can + class="member">get_interpolation_matrix, with which they can compute interpolations between different finite elements. Most will use this to compute interpolations between finite elements of the same kind but different polynomial degrees. The

    New: Finite elements got a function get_name, which can be used to identify a finite + class="member">get_name, which can be used to identify a finite element by its name.
    (WB 2003/06/09) @@ -157,7 +157,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

  • New: Raviart-Thomas elements are now implemented in the FE_RaviartThomas class. + class="class">FE_RaviartThomas class.
    (WB 2003/06/09)