]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Added text, graphics etc.
authorschrage <schrage@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Apr 1999 14:42:22 +0000 (14:42 +0000)
committerschrage <schrage@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Apr 1999 14:42:22 +0000 (14:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@1173 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/tutorial/chapter-1.elements/condense.html
deal.II/doc/tutorial/chapter-1.elements/grid_creation.html
deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html
deal.II/doc/tutorial/dealtut.css

index 37484bc865cf6d3f3fba9061f43dd8e65a45258c..cfbbc4a0cc11de3d6be46f5a20ad7ccc0166278f 100644 (file)
@@ -47,7 +47,7 @@ Create the constraints on the hanging nodes using
 <li>Close the constraints matrix using <code>void DoFHandler&lt;dim&gt;::constraints::close()</code>.
 This method is needed because you might wish to implement additional constraints
 (apart from those for the hanging nodes). This would have to be done before
-closing the object. So you can't have it closed automatically somewhere.
+closing the object; therefore you can't have it closed automatically somewhere.
 </li>
 <li>Finally, condense the hanging nodes into the matrix structure
 using <code>ConstraintMatrix::condense(SparseMatrixStruct &amp;)</code>.
index 076e76bbd862fe7f6412341c8e114453c68277c8..b6db83560bd9175301eeee2f9092d22a8ac118d0 100644 (file)
@@ -38,6 +38,13 @@ default to 0 and 1, creating the unit hypercube. The hypercube will consist of
 exactly one cell. In two dimensions, this amounts to a unit square, in three, to a unit cube.  
 </p>
 
+<table class="figure">
+<caption class="figure" align="bottom">Hypercubes in two and three dimensions</caption>
+<td>
+  <img src="../images/Hypercube.gif" alt="Hypercubes" width=536 height=257>
+</td>
+</table>
+         
 <p class="Example">
 <span class="example">Example - create the square [-1,1]x[-1,x]:</span> Below we show the includes,
 definitions and
@@ -101,6 +108,13 @@ a singular solution because of the reentrant corner; these singularities
 can be used to test the efficiency of error estimators.
 </p>
 
+<table class="figure">
+<caption class="figure" align="bottom">Hyper-L in three dimensions</caption>
+<td>
+  <img src="../images/Hyper-L.gif" alt="Hyper-L" width=348 height=321>
+</td>
+</table>
+
 <p class="example">
 <span class="example">Example:</span> Below we show the includes,
 definitions and
index 8caf594619f65269ba387c8a6d1f6ed9fe156495..0712c7d89d6844ea2378b8eab8375d47505b840e 100644 (file)
@@ -42,8 +42,8 @@ This is further discussed in the chapters on
 <a href="condense.html">condensing the hanging nodes</a>.
 </p>
 
-<table class="image">
-<caption class="image" align=bottom>Hanging nodes on a locally refined grid</caption>
+<table class="figure">
+<caption class="figure" align=bottom>Hanging nodes on a locally refined grid</caption>
 <td>
 <img src="../images/hanging_nodes.gif" width=398 height=254
       alt="Hanging Nodes">
index e0a2f44ffad0fef84114c7b0d20b940d8e659107..e1533d052498b2b838e5bc9c33e511e112288e5f 100644 (file)
@@ -18,7 +18,7 @@ pre.example { padding-left: 2 em;
              text-indent: 0;
             }
 
-.image      { font-weight: bold;
+.figure     { font-weight: bold;
              font-size: larger;
            }
        

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.