From: kanschat Date: Wed, 9 Apr 2014 07:47:32 +0000 (+0000) Subject: update documentation fo FE_BDM X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5bc0f8bc24f905e2c7ea875357d45a7b8d101cd;p=dealii-svn.git update documentation fo FE_BDM git-svn-id: https://svn.dealii.org/trunk@32744 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index fa7393093a..365644606b 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -148,6 +148,10 @@ inconvenience this causes.

Specific improvements

    +
  1. Improved: Piola transformation for FE_BDM is now active. +
    + (Guido Kanschat, 2014/04/09) +
  2. Changed: operator< for cell iterators no longer looks at (level-)subdomain ids but only compares level() and index(). This makes the diff --git a/deal.II/include/deal.II/fe/fe_bdm.h b/deal.II/include/deal.II/fe/fe_bdm.h index 25c9e9e3d0..3eb6400341 100644 --- a/deal.II/include/deal.II/fe/fe_bdm.h +++ b/deal.II/include/deal.II/fe/fe_bdm.h @@ -37,7 +37,7 @@ DEAL_II_NAMESPACE_OPEN * * @todo This is for 2D only. * - * @todo Transformation works only for uniform, Cartesian meshes. + * @todo Restriction matrices are missing. * * The matching pressure space for FE_BDM of order k is the * element FE_DGP of order k.