From aa0b52f4d520a8ef069a3fb532e1fefba02ff24d Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 3 Feb 2017 15:03:05 +0100 Subject: [PATCH] Adjust tolerance for FE_ABF --- source/fe/fe_abf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- 2.39.5