From b3623bf767e1c134b543788f73e1640b76b536fd Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Wed, 28 Dec 2022 20:32:15 +0100 Subject: [PATCH] Add a changelog entry --- doc/news/changes/minor/20221228Pelteret | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/news/changes/minor/20221228Pelteret diff --git a/doc/news/changes/minor/20221228Pelteret b/doc/news/changes/minor/20221228Pelteret new file mode 100644 index 0000000000..fc80720ae4 --- /dev/null +++ b/doc/news/changes/minor/20221228Pelteret @@ -0,0 +1,10 @@ +Improved: The FEInterfaceValues values public interface has been extended +further to support hp-FEM. Functions have been added to report if the class has +been initialized with hp support, and to get the underlying +hp::MappingCollection, hp::FECollection and hp::QCollection. The various +FEInterfaceValues::reinit() methods now accept indices to indicate which +quadrature rule, mapping (and, in some cases, finite elements) should be used to +compute values across the interface. +
+(Jean-Paul Pelteret, 2022/12/28) + -- 2.39.5