]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Changelog entry 5026/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Mon, 4 Sep 2017 23:40:40 +0000 (01:40 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Mon, 11 Sep 2017 16:21:07 +0000 (18:21 +0200)
doc/news/changes/minor/20170905DanielArndt [new file with mode: 0644]

diff --git a/doc/news/changes/minor/20170905DanielArndt b/doc/news/changes/minor/20170905DanielArndt
new file mode 100644 (file)
index 0000000..134d8fc
--- /dev/null
@@ -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<dim, spacedim> fe_system1 ({FiniteElementType1^n1, 
+                                       FiniteElementType2^n2});
+  FESystem<dim, spacedim> fe_system2 (FiniteElementType1^n3, 
+                                      FiniteElementType2^n4);
+@endcode
+<br>
+(Daniel Arndt, 2017/09/05)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.