From: wolf Date: Thu, 31 Aug 2000 07:35:22 +0000 (+0000) Subject: Add cross-ref pic to local tree. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b7827b9d60a97ffc41aef87efc00f827e3d214;p=dealii-svn.git Add cross-ref pic to local tree. git-svn-id: https://svn.dealii.org/trunk@3294 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/reports/dimension-independent/cross_ref_motif.gif b/deal.II/doc/reports/dimension-independent/cross_ref_motif.gif new file mode 100644 index 0000000000..4c074e11ae Binary files /dev/null and b/deal.II/doc/reports/dimension-independent/cross_ref_motif.gif differ diff --git a/deal.II/doc/reports/dimension-independent/index.html b/deal.II/doc/reports/dimension-independent/index.html index f34e6d47b0..10d42ca563 100644 --- a/deal.II/doc/reports/dimension-independent/index.html +++ b/deal.II/doc/reports/dimension-independent/index.html @@ -478,7 +478,7 @@ dimension denoted by its template argument.

Likewise, the main loop to compute the error indicator of Eq. ([*]) + SRC="cross_ref_motif.gif">) could look like this:

   template <int dim>
@@ -534,7 +534,7 @@ cases algorithms for one-dimensional problems differ slightly from the general
 case since the faces of cells (i.e. the nodes of the subdivision of the
 interval on which we solve a problem) have no extension. Thus, an algorithm
 implementing Eq. ([*]) would be written once for the special case
+ SRC="cross_ref_motif.gif">) would be written once for the special case
 in 1D and once as general template for all other dimensions.