From: Guido Kanschat Date: Sun, 6 Apr 2014 20:53:48 +0000 (+0000) Subject: BDM used wrong mapping type X-Git-Tag: v8.2.0-rc1~646 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=295dbce6f3e20d7ad29df0637dc22115e2127d36;p=dealii.git BDM used wrong mapping type git-svn-id: https://svn.dealii.org/trunk@32723 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/fe/fe_bdm.cc b/deal.II/source/fe/fe_bdm.cc index 5f53049c90..105b50e41c 100644 --- a/deal.II/source/fe/fe_bdm.cc +++ b/deal.II/source/fe/fe_bdm.cc @@ -51,7 +51,7 @@ FE_BDM::FE_BDM (const unsigned int deg) const unsigned int n_dofs = this->dofs_per_cell; - this->mapping_type = mapping_piola; + this->mapping_type = mapping_bdm; // These must be done first, since // they change the evaluation of // basis functions