]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust tolerance for FE_ABF 3919/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 3 Feb 2017 14:03:05 +0000 (15:03 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 3 Feb 2017 17:29:12 +0000 (18:29 +0100)
source/fe/fe_abf.cc

index a38e88c3f166224fecaaf84362e55fe4c09097f8..3daec17566da3956dab4ad8e31b4121564307b46 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, false, 2.e-12);
+  FETools::compute_embedding_matrices (*this, this->prolongation, false, 1.e-10);
 
   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.