From: Martin Kronbichler Date: Tue, 17 Sep 2013 08:03:18 +0000 (+0000) Subject: Fix list X-Git-Tag: v8.1.0~793 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=185ef0aa9e13ef79ccdb5d0d3ad0418514f7ce30;p=dealii.git Fix list git-svn-id: https://svn.dealii.org/trunk@30756 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-51/doc/intro.dox b/deal.II/examples/step-51/doc/intro.dox index daa8de30fe..ec87ce51db 100644 --- a/deal.II/examples/step-51/doc/intro.dox +++ b/deal.II/examples/step-51/doc/intro.dox @@ -309,8 +309,10 @@ Note that the convection is divergence-free, $\nabla \cdot c = 0$.

Implementation

Besides implementing the above equations, the implementation below provides the following features: - -- WorkStream to parallelize local solvers. Workstream is already used in step-32, step-44. -- Reconstruct the local DG solution from the trace trace -- Post-processing the solution for superconvergence -- DataOutFaces for direct output of the global skeleton solution +