From: kronbichler Date: Tue, 17 Sep 2013 08:03:18 +0000 (+0000) Subject: Fix list X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aae8b97c6f528004b79698942a1751d1c68c263;p=dealii-svn.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 +