From: Martin Kronbichler Date: Sun, 13 Oct 2013 10:01:42 +0000 (+0000) Subject: Announce tutorial program also on news page X-Git-Tag: v8.1.0~599 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a4ec249ec79da9bed8dea7dc99d633168f9d0f;p=dealii.git Announce tutorial program also on news page git-svn-id: https://svn.dealii.org/trunk@31212 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index bd812602cd..9fa47a1f14 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -37,6 +37,18 @@

+
+ 2013/10/01: step-51 implements an HDG method +
+
+ step-51, contributed by Martin Kronbichler and Scott Miller, + implements a hybridized discontinuous Galerkin method for the scalar + convection-diffusion equation. The method uses standard DG terms for + describing the element interior but couples the local sub-problems + using face elements. The local contribution is eliminated from the + global linear system by a static condensation process. +
+
2013/07/24: Version 8.0 released