From: Daniel Arndt Date: Tue, 31 Jan 2017 17:12:18 +0000 (+0100) Subject: Fix get_fe_by_name_01 X-Git-Tag: v8.5.0-rc1~171^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fffbcb2683c9a6a765476af1321dab98464c7983;p=dealii.git Fix get_fe_by_name_01 --- 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 ();