]> https://gitweb.dealii.org/ - dealii.git/commitdiff
BDM used wrong mapping type
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 6 Apr 2014 20:53:48 +0000 (20:53 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 6 Apr 2014 20:53:48 +0000 (20:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@32723 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/fe_bdm.cc

index 5f53049c9066a9b2007cf9c6f0f8ea560d67b84c..105b50e41c297f9d3b891df79846d5965b151d39 100644 (file)
@@ -51,7 +51,7 @@ FE_BDM<dim>::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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.