From: hartmann Date: Mon, 13 Jun 2005 11:56:31 +0000 (+0000) Subject: Change of argument of the lexicographic_to_hierarchic_numbering function. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec03a7c1d680ebc9f902b9c9ab11500fa7c71507;p=dealii-svn.git Change of argument of the lexicographic_to_hierarchic_numbering function. git-svn-id: https://svn.dealii.org/trunk@10859 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 8db85aa852..01b8c70eeb 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -428,6 +428,17 @@ inconvenience this causes.

deal.II

    +
  1. + Changed: The method FETools::lexicographic_to_hierarchic_numbering now + takes a FiniteElementData instead of + a FE_Q object. Now this function can + also be called by the FE_Q + constructor avoiding duplication of code. +
    + (RH, 2005/06/13) +

    +
  2. New: The method create_mass_matrix in class MatrixCreator can now handle