]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Correct FE_BernardiRaugel mapping type to be a list of one mapping
authorgrahambenharper <grahambenharper@gmail.com>
Sun, 7 Jul 2019 07:41:53 +0000 (01:41 -0600)
committergrahambenharper <grahambenharper@gmail.com>
Sun, 7 Jul 2019 07:41:53 +0000 (01:41 -0600)
source/fe/fe_bernardi_raugel.cc

index 01c864c6f49335bbddcdf57dcb6f691ea18fe503..58932f188f8a8950058bcf1521f9b093215f869b 100644 (file)
@@ -55,7 +55,7 @@ FE_BernardiRaugel<dim>::FE_BernardiRaugel(const unsigned int p)
 
   // const unsigned int n_dofs = this->dofs_per_cell;
 
-  this->mapping_type = mapping_none;
+  this->mapping_type = {mapping_none};
   // 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.