From: wolf Date: Thu, 3 Oct 2002 17:05:39 +0000 (+0000) Subject: Fix various problems reported by the HTML checker, and some other things. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caa8a955e104cd38e5b8392a6ca845b0994f4d5f;p=dealii-svn.git Fix various problems reported by the HTML checker, and some other things. git-svn-id: https://svn.dealii.org/trunk@6600 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/faq.html b/deal.II/doc/faq.html index 3a3782ad75..055d4f5a08 100644 --- a/deal.II/doc/faq.html +++ b/deal.II/doc/faq.html @@ -86,7 +86,10 @@
  • cygwin 1.3.9-1
  • make 3.79.1-5 - Earlier versions caused trouble, still you should try the latest +

    + +

    + Earlier versions of "make" caused trouble, still you should try the latest versions first. A look into the mail archive might be advisable in case of difficulties. @@ -165,6 +168,9 @@ 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 diff --git a/deal.II/doc/index.html b/deal.II/doc/index.html index 934358fc35..735198ae95 100644 --- a/deal.II/doc/index.html +++ b/deal.II/doc/index.html @@ -19,9 +19,9 @@ - + - + diff --git a/deal.II/doc/navbar.html b/deal.II/doc/navbar.html index d278830445..641e6c3a33 100644 --- a/deal.II/doc/navbar.html +++ b/deal.II/doc/navbar.html @@ -10,134 +10,95 @@ -

    -
  • Home

    -
  • -
  • deal.II README

    -
  • -
  • FAQ

    -
  • -
  • News

    -
  • -
  • Download

    -
  • -
  • Mail archive

    -
  • -

    -
    -
  • Documentation

    -
  • -
  • Tutorial

    -
  • -
  • /base API

    -
  • -
  • /lac API

    -
  • -
  • Grid API

    -
  • -
  • DoFs API

    -
  • -
  • Numerics API

    -
  • -

    -
    -
  • Development

    -
  • -
  • Future

    -
  • -
  • Publications

    -
  • -
  • License

    -
  • -
    +

    The deal.II mailing list diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index b210adfb8c..5b85c1e2a9 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -7,7 +7,7 @@ The deal.II news page - + @@ -46,7 +46,6 @@

    -
    2002/06/28: deal.II 64-bit ready @@ -447,9 +446,8 @@ target="body">full text).

    -
    -
    + diff --git a/deal.II/doc/publications/toc.html b/deal.II/doc/publications/toc.html index 35b8189276..a431728f9f 100644 --- a/deal.II/doc/publications/toc.html +++ b/deal.II/doc/publications/toc.html @@ -42,7 +42,7 @@
    1. - W. Bangerth, R. Hartmann and @@ -139,7 +139,7 @@

    2. - Wolfgang Bangerth
      Adaptive Finite Element Methods for the @@ -257,7 +257,7 @@

    3. - Wolfgang Bangerth
      Mesh Adaptivity and Error Control for a Finite Element @@ -294,7 +294,7 @@

    4. - Wolfgang Bangerth
      Multi-threading support in deal.II @@ -310,7 +310,7 @@

    5. - Wolfgang Bangerth
      Using Modern Features of C++ for Adaptive Finite @@ -351,7 +351,7 @@

      1. - Wolfgang Bangerth and Rolf Rannacher
        Adaptive finite element techniques for the acoustic @@ -370,7 +370,7 @@

      2. - Wolfgang Bangerth and Guido Kanschat @@ -399,7 +399,7 @@

      3. - Wolfgang Bangerth and Rolf Rannacher
        Adaptive finite element approximation of the acoustic wave @@ -425,7 +425,7 @@

        1. - Wolfgang Bangerth
          Adaptive Finite-Elemente-Methoden zur Lösung der diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index b776b7d763..fb7b32cda3 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -14,7 +14,8 @@

          Installation instructions and further information on deal.II

          - + +

          This document contains the following sections:

          +

          diff --git a/deal.II/doc/title.html b/deal.II/doc/title.html index 6c353184b5..1246fa7c2e 100644 --- a/deal.II/doc/title.html +++ b/deal.II/doc/title.html @@ -6,7 +6,7 @@ - + diff --git a/deal.II/doc/toc.html b/deal.II/doc/toc.html index 3137932b74..ba9ea67eaf 100644 --- a/deal.II/doc/toc.html +++ b/deal.II/doc/toc.html @@ -17,10 +17,10 @@ -

          +

          deal.II: A Finite Element Differential Equations Analysis Library -

          +

          What is deal.II?

          @@ -85,18 +85,18 @@
        2. Support for a variety of finite elements, including Lagrange - elements of order one through four, and discontinuous - elements. + elements of order one through four, discontinuous + elements, Nedelec elements, and elements composed of other elements.

        3. Extensive documentation: all documentation is available online in a logical tree structure to allow fast access to the information - you need. If printed it comprises about 200 pages of tutorials, - several reports, and far more than 1,000 pages of programming + you need. If printed it comprises more than 200 pages of tutorials, + several reports, and maybe 2,000 pages of programming interface documentation with explanations of all classes, functions, and variables. All documentation comes with the - library and is available locally on your computer after + library and is available online locally on your computer after installation.

          @@ -115,7 +115,7 @@

        4. - Support for several output formats, including some common + Support for several output formats, including many common formats for visualization of scientific data.

          @@ -158,7 +158,7 @@

          deal.II was originally designed and written by - Wolfgang Bangerth, starting in early 1998; he is still maintaining and managing the library, contributing code, and writing documentation. Ralf Hartmann started working on deal.II in early 1999, continually contributed new methods and classes and finally joined the - deal.II authors at the beginning of 2001. He - and Guido Kanschat redesigned the finite - element classes from scratch to allow for arbitrary mappings, as - well as for elements that depend on the actual cell shape. + deal.II maintainers at the beginning of 2001.

          - Other contributors, in alphabetical order, are: -

            + Other persons have contributed to the library as well, and are, in + alphabetical order: +
            • John Burnell: Configuration on Microsoft Windows systems. @@ -204,8 +202,8 @@
            • Franz-Theo Suttmeier: Initial parts of the linear algebra. -
            -

            +
          +

          deal.II draws from some ideas which were first implemented in the @@ -261,7 +259,7 @@

          - Information on updates will be distributed by the mailing + Information on updates will be distributed through the mailing list.

          diff --git a/deal.II/doc/tutorial/index.html b/deal.II/doc/tutorial/index.html index 083d66e774..0a0320cd02 100644 --- a/deal.II/doc/tutorial/index.html +++ b/deal.II/doc/tutorial/index.html @@ -1,5 +1,5 @@ - + deal.II tutorial: Elements of finite element programs @@ -9,10 +9,10 @@ - + - +