<td><a href="../../doxygen/deal.II/step_49.html">Step-49</a></td>
<td> Advanced mesh creation and manipulation techniques.
</td></tr>
+
+ <tr valign="top">
+ <td><a href="../../doxygen/deal.II/step_51.html">Step-51</a></td>
+ <td> Solving the convection-diffusion equation with a hyrbidizable
+ discontinuous Galerkin method using face elements.
+ </td></tr>
</table>
<a href="../../doxygen/deal.II/step_28.html">Step-28</a>,
<a href="../../doxygen/deal.II/step_32.html">Step-32</a>,
<a href="../../doxygen/deal.II/step_44.html">Step-44</a>,
- <a href="../../doxygen/deal.II/step_48.html">Step-48</a>
+ <a href="../../doxygen/deal.II/step_48.html">Step-48</a>,
+ <a href="../../doxygen/deal.II/step_51.html">Step-51</a>
</td>
<td> Multithreading
</td>
<a href="../../doxygen/deal.II/step_12.html">Step-12</a>,
<a href="../../doxygen/deal.II/step_21.html">Step-21</a>,
<a href="../../doxygen/deal.II/step_39.html">Step-39</a>,
- <a href="../../doxygen/deal.II/step_46.html">Step-46</a>
+ <a href="../../doxygen/deal.II/step_46.html">Step-46</a>,
+ <a href="../../doxygen/deal.II/step_51.html">Step-51</a>
</td>
<td> Discontinuous Galerkin methods
</td>
<a href="../../doxygen/deal.II/step_21.html">Step-21</a>,
<a href="../../doxygen/deal.II/step_31.html">Step-31</a>,
<a href="../../doxygen/deal.II/step_32.html">Step-32</a>,
- <a href="../../doxygen/deal.II/step_43.html">Step-43</a>
+ <a href="../../doxygen/deal.II/step_43.html">Step-43</a>,
+ <a href="../../doxygen/deal.II/step_51.html">Step-51</a>
</td>
<td> Transport (advection) equations
</td>
<ol>
+ <li>
+ 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.
+ <br>
+ (Martin Kronbichler and Scott Miller, 2013/10/01)
+ </li>
+
+ <li>
+ New: There is now an element FE_FaceP that can be combined with FE_DGP in
+ hybridized DG methods.
+ <br>
+ (Martin Kronbichler, 2013/09/17)
+ </li>
+
<li>
Fixed: The DataOutBase::XDMFEntry class now has a proper serialization
function to allow for checkpointing.