From: Martin Kronbichler Date: Fri, 8 Apr 2016 15:20:40 +0000 (+0200) Subject: FE_Bernstein uses equidistant points X-Git-Tag: v8.5.0-rc1~1119^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16f52a50abb0e040c5852f067ae991793e12c77b;p=dealii.git FE_Bernstein uses equidistant points --- diff --git a/source/fe/fe_bernstein.cc b/source/fe/fe_bernstein.cc index fdba3c32af..1e828e207a 100644 --- a/source/fe/fe_bernstein.cc +++ b/source/fe/fe_bernstein.cc @@ -86,7 +86,7 @@ get_subface_interpolation_matrix (const FiniteElement &x_source_fe ExcInterpolationNotImplemented ())); const Quadrature - quad_face_support(FE_Q(source_fe->degree).get_unit_face_support_points ()); + quad_face_support(FE_Q(QIterated<1>(QTrapez<1>(),source_fe->degree)).get_unit_face_support_points ()); // Rule of thumb for FP accuracy, that can be expected for a given // polynomial degree. This value is used to cut off values close to