From fffbcb2683c9a6a765476af1321dab98464c7983 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 31 Jan 2017 18:12:18 +0100 Subject: [PATCH] Fix get_fe_by_name_01 --- 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 dd7e715283..a38e88c3f1 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); + FETools::compute_embedding_matrices (*this, this->prolongation, false, 2.e-12); initialize_restriction (); -- 2.39.5