From e7dba20ff099c1474966c6129d57a90981e52426 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 5 Sep 2017 01:40:40 +0200 Subject: [PATCH] Changelog entry --- doc/news/changes/minor/20170905DanielArndt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/news/changes/minor/20170905DanielArndt diff --git a/doc/news/changes/minor/20170905DanielArndt b/doc/news/changes/minor/20170905DanielArndt new file mode 100644 index 0000000000..134d8fc920 --- /dev/null +++ b/doc/news/changes/minor/20170905DanielArndt @@ -0,0 +1,12 @@ +New: The newly implemented FiniteElement::operator^ allows in combination +with the new variadic template constructor or the new std::initializer_list +constructor for FESystem to construct +FESystem objects using syntax like +@code + FESystem fe_system1 ({FiniteElementType1^n1, + FiniteElementType2^n2}); + FESystem fe_system2 (FiniteElementType1^n3, + FiniteElementType2^n4); +@endcode +
+(Daniel Arndt, 2017/09/05) -- 2.39.5