From 295dbce6f3e20d7ad29df0637dc22115e2127d36 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 6 Apr 2014 20:53:48 +0000 Subject: [PATCH] BDM used wrong mapping type git-svn-id: https://svn.dealii.org/trunk@32723 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/fe/fe_bdm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5