From: hartmann
Date: Mon, 26 Nov 2001 10:56:29 +0000 (+0000)
Subject: Small fixes. Comment on dual solutions.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d808338548583dade278cbf2c39174ae2a0c0930;p=dealii-svn.git
Small fixes. Comment on dual solutions.
git-svn-id: https://svn.dealii.org/trunk@5265 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/faq.html b/deal.II/doc/faq.html
index 2142657db5..7fbb092c6f 100644
--- a/deal.II/doc/faq.html
+++ b/deal.II/doc/faq.html
@@ -77,12 +77,19 @@
- Time-dependent acoustic and elastic wave equation, including
nonlocal absorbing boundary conditions;
-
- Stokes flow discretized with the discontinous Galerkin finite
+
- Stokes flow discretized with the discontinuous Galerkin finite
element method;
- General hyperbolic problems including Euler flow, using the
- discontinous Galerkin finite element method;
+ discontinuous Galerkin finite element method;
- Distributed parameter estimation problems.
+ To illustrate the complexity of the programs mentioned above we note
+ that most of them include adaptive mesh refinement tailored to the
+ efficient computation of specific quantities of physical interest
+ and error estimation measured in terms of these quantities. This
+ includes the solution of a so-called dual problems, that means
+ e.g. for the wave equation the solution of a wave equation solved
+ backward in time.