From: schrage Date: Fri, 16 Apr 1999 14:42:22 +0000 (+0000) Subject: Added text, graphics etc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591fbea6b566a414d8fcb8dffe9674e9d7daab15;p=dealii-svn.git Added text, graphics etc. git-svn-id: https://svn.dealii.org/trunk@1173 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-1.elements/condense.html b/deal.II/doc/tutorial/chapter-1.elements/condense.html index 37484bc865..cfbbc4a0cc 100644 --- a/deal.II/doc/tutorial/chapter-1.elements/condense.html +++ b/deal.II/doc/tutorial/chapter-1.elements/condense.html @@ -47,7 +47,7 @@ Create the constraints on the hanging nodes using
  • Close the constraints matrix using void DoFHandler<dim>::constraints::close(). 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.
  • Finally, condense the hanging nodes into the matrix structure using ConstraintMatrix::condense(SparseMatrixStruct &). diff --git a/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html b/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html index 076e76bbd8..b6db83560b 100644 --- a/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html +++ b/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html @@ -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.

    + + + +
    Hypercubes in two and three dimensions
    + Hypercubes +
    +

    Example - create the square [-1,1]x[-1,x]: 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.

    + + + +
    Hyper-L in three dimensions
    + Hyper-L +
    +

    Example: Below we show the includes, definitions and diff --git a/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html b/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html index 8caf594619..0712c7d89d 100644 --- a/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html +++ b/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html @@ -42,8 +42,8 @@ This is further discussed in the chapters on condensing the hanging nodes.

    - - +
    Hanging nodes on a locally refined grid
    +
    Hanging nodes on a locally refined grid
    Hanging Nodes diff --git a/deal.II/doc/tutorial/dealtut.css b/deal.II/doc/tutorial/dealtut.css index e0a2f44ffa..e1533d0524 100644 --- a/deal.II/doc/tutorial/dealtut.css +++ b/deal.II/doc/tutorial/dealtut.css @@ -18,7 +18,7 @@ pre.example { padding-left: 2 em; text-indent: 0; } -.image { font-weight: bold; +.figure { font-weight: bold; font-size: larger; }