From: Daniel Arndt Date: Fri, 3 Feb 2017 14:03:05 +0000 (+0100) Subject: Adjust tolerance for FE_ABF X-Git-Tag: v8.5.0-rc1~154^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3919%2Fhead;p=dealii.git Adjust tolerance for FE_ABF --- diff --git a/source/fe/fe_abf.cc b/source/fe/fe_abf.cc index a38e88c3f1..3daec17566 100644 --- a/source/fe/fe_abf.cc +++ b/source/fe/fe_abf.cc @@ -80,7 +80,7 @@ FE_ABF::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 ();