From 3512ef68ce67bc922b6adaafc4709257ea2ccf47 Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Thu, 1 Mar 2018 10:53:17 +0100 Subject: [PATCH] Announce the new BDM basis --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a091978..17f6154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ dune-functions 2.6-dev Debian 8 is no longer supported and tested. - An implementation of a global Raviart-Thomas basis provided by Jakub Both was merged. This is still incomplete and considered experimental. +- An implementation of a global Brezzi-Douglas-Marini-Basis was added. Thanks to Jakub Both + for the code. - `Dune::Functions::TupleVector` was deprecated. Use `Dune::TupleVector` from dune-common instead. dune-functions 2.5 -- GitLab