From 271665a59784341d12fe2c9af22bf7ef0dbdef26 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 11 Jan 2017 19:14:45 +0100 Subject: [PATCH] List incompatible change --- .../incompatibilities/20170111MartinKronbichler | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20170111MartinKronbichler diff --git a/doc/news/changes/incompatibilities/20170111MartinKronbichler b/doc/news/changes/incompatibilities/20170111MartinKronbichler new file mode 100644 index 0000000000..b573aaa93b --- /dev/null +++ b/doc/news/changes/incompatibilities/20170111MartinKronbichler @@ -0,0 +1,11 @@ +Changed: The class FE_DGQ used to provide a protected constructor taking a +one-dimensional Quadrature argument. This has been changed in favor of a +constructor taking a vector of polynomials. To use the old constructor, you +can create a vector of polynomials by replacing the argument +quadrature_1d by +Polynomials::generate_complete_Lagrange_basis(quadrature_1d.get_points()). In +addition, the class FE_DGQArbitraryNodes that defines the public interface +taking a one-dimensional quadrature formula is unchanged, so only user codes +that derive directly from FE_DGQ should be affected. +
+(Martin Kronbichler, 2017/01/11) -- 2.39.5