]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix get_fe_by_name_01 3885/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 31 Jan 2017 17:12:18 +0000 (18:12 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 31 Jan 2017 17:16:39 +0000 (18:16 +0100)
source/fe/fe_abf.cc

index dd7e715283263008f28f6c552d2c36060040fcf9..a38e88c3f166224fecaaf84362e55fe4c09097f8 100644 (file)
@@ -80,7 +80,7 @@ FE_ABF<dim>::FE_ABF (const unsigned int deg)
   // refinement
   this->reinit_restriction_and_prolongation_matrices(true);
   // Fill prolongation matrices with embedding operators
-  FETools::compute_embedding_matrices (*this, this->prolongation);
+  FETools::compute_embedding_matrices (*this, this->prolongation, false, 2.e-12);
 
   initialize_restriction ();
 

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.