From 9d50f8eed926cb1068bf39b1a5fdadb4e08bbca3 Mon Sep 17 00:00:00 2001
From: Martin Kronbichler
Date: Tue, 1 Oct 2013 15:18:37 +0000
Subject: [PATCH] Link in step-51 tutorial program.
git-svn-id: https://svn.dealii.org/trunk@31057 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/doxygen/tutorial/navbar.html | 1 +
deal.II/doc/doxygen/tutorial/toc-list.html | 6 ++++++
deal.II/doc/doxygen/tutorial/toc-topics.html | 9 ++++++---
deal.II/doc/news/changes.h | 15 +++++++++++++++
4 files changed, 28 insertions(+), 3 deletions(-)
diff --git a/deal.II/doc/doxygen/tutorial/navbar.html b/deal.II/doc/doxygen/tutorial/navbar.html
index 050927d3ad..019c23d39a 100644
--- a/deal.II/doc/doxygen/tutorial/navbar.html
+++ b/deal.II/doc/doxygen/tutorial/navbar.html
@@ -94,6 +94,7 @@
48
49
+ 51
diff --git a/deal.II/doc/doxygen/tutorial/toc-list.html b/deal.II/doc/doxygen/tutorial/toc-list.html
index e5b0b8c627..8690a27a8b 100644
--- a/deal.II/doc/doxygen/tutorial/toc-list.html
+++ b/deal.II/doc/doxygen/tutorial/toc-list.html
@@ -308,6 +308,12 @@
Step-49 |
Advanced mesh creation and manipulation techniques.
|
+
+
+ Step-51 |
+ Solving the convection-diffusion equation with a hyrbidizable
+ discontinuous Galerkin method using face elements.
+ |
diff --git a/deal.II/doc/doxygen/tutorial/toc-topics.html b/deal.II/doc/doxygen/tutorial/toc-topics.html
index ca8b5a6bea..fcef40b51a 100644
--- a/deal.II/doc/doxygen/tutorial/toc-topics.html
+++ b/deal.II/doc/doxygen/tutorial/toc-topics.html
@@ -82,7 +82,8 @@
Step-28,
Step-32,
Step-44,
- Step-48
+ Step-48,
+ Step-51
Multithreading
|
@@ -208,7 +209,8 @@
Step-12,
Step-21,
Step-39,
- Step-46
+ Step-46,
+ Step-51
Discontinuous Galerkin methods
|
@@ -427,7 +429,8 @@
Step-21,
Step-31,
Step-32,
- Step-43
+ Step-43,
+ Step-51
Transport (advection) equations
|
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index ab041d8c68..bb840cebeb 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -61,6 +61,21 @@ inconvenience this causes.
+ -
+ New: step-51 demonstrates the use of hybridized discontinuous Galerkin
+ methods in deal.II, using the face elements FE_FaceQ. The programs solves a
+ scalar convection-diffusion equation.
+
+ (Martin Kronbichler and Scott Miller, 2013/10/01)
+
+
+ -
+ New: There is now an element FE_FaceP that can be combined with FE_DGP in
+ hybridized DG methods.
+
+ (Martin Kronbichler, 2013/09/17)
+
+
-
Fixed: The DataOutBase::XDMFEntry class now has a proper serialization
function to allow for checkpointing.
--
2.39.5