]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mention change
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 5 Apr 2016 12:51:53 +0000 (14:51 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 9 Apr 2016 13:49:09 +0000 (15:49 +0200)
doc/news/changes.h

index c3b790306ac34434ac8f0168413d01280b8710f5..5707bee12a92cf3a2b78efd7c88d3b11ba68c72a 100644 (file)
@@ -38,6 +38,25 @@ inconvenience this causes.
 </p>
 
 <ol>
+  <li> Changed: The default nodal point distribution of FE_Q, FE_DGQ,
+  FE_Q_DG0, FE_Q_Bubbles, and FE_TraceQ has been changed from equidistant
+  points to the node points of the corresponding Gauss-Lobatto quadrature
+  formula. For degrees one and two, the Gauss-Lobatto quadrature is
+  equidistant and thus the unit support points are as before. However, the
+  Gauss-Lobatto points are more dense towards the element boundaries at higher
+  degrees. This gives well-conditioned interpolation at arbitrary orders and
+  much more stable computations. While these node distribution was available
+  before, it was not very visible and often lead to misunderstandings by
+  inexperienced users. Most codes will not be affected by this change, even
+  those using cubic and higher degree polynomials, apart from slightly
+  different (better) interpolation behavior and different entries in solution
+  vectors. If you explicitly need equidistant points, use the constructors
+  <tt>FE_Q<dim>(QIterated<1>(QTrapez<1>(),degree))</tt> or
+  <tt>FE_DGQArbitraryNodes<dim>(QIterated<1>(QTrapez<1>(),degree))</tt>.
+  <br>
+  (Martin Kronbichler, 2016/04/05)
+  </li>
+
   <li> Removed: Support for the legacy <code>Make.global_options</code>
   file has been removed.
   <br>

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.