From 185ef0aa9e13ef79ccdb5d0d3ad0418514f7ce30 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 17 Sep 2013 08:03:18 +0000 Subject: [PATCH] Fix list git-svn-id: https://svn.dealii.org/trunk@30756 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-51/doc/intro.dox | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 + -- 2.39.5