From d5bc0f8bc24f905e2c7ea875357d45a7b8d101cd Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 9 Apr 2014 07:47:32 +0000 Subject: [PATCH] update documentation fo FE_BDM git-svn-id: https://svn.dealii.org/trunk@32744 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 4 ++++ deal.II/include/deal.II/fe/fe_bdm.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.5