]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Various doc updates.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Feb 2000 22:30:14 +0000 (22:30 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Feb 2000 22:30:14 +0000 (22:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@2455 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/development/navbar.html
deal.II/doc/future.html
deal.II/doc/navbar.html
deal.II/doc/toc.html
deal.II/doc/tutorial/chapter-1.elements/navbar.html
deal.II/doc/tutorial/chapter-2.step-by-step/navbar.html
deal.II/doc/tutorial/chapter-3.laplace/navbar.html
deal.II/doc/tutorial/navbar.html

index 594f88dd43f506d00303f945decf2c6943d7a0eb..0d1e9add699154b76bc6cd83d1146ea3ea731b18 100644 (file)
@@ -13,7 +13,7 @@
 <p>
 <strong>Table of contents</strong>
 </p>
-    <ol>
+    <dl>
       <li>
        <p>
          <a href="toc.html" target="body">Long table of contents</a>
@@ -40,7 +40,7 @@
          </a>
        </p>
       </li>
-    </ol>
+    </dl>
 
     <p>
       <a href="../index.html" target="_top">
index c85c86146db9c6e7710f745e72a1e00caaa19263..457faf343b1e120d61c301d0ec3fc9a29bfd2141 100644 (file)
     like to implement in future versions. Among these are the following
     topics:
     <ul>
-<!--
     <li> <p>
-         <strong>Multigrid:</strong> Guido Kanschat is working on an
+         <strong>Multigrid:</strong> We are working on an
          implementation of multigrid methods for
          <acronym>deal.II</acronym>. While this is running on globally
          refined grids, we are still having problems on locally
-         refined grid. We hope to have them sorted out soon.
+         refined grid. We hope to have them sorted out for the next
+         major release.
         </p>
---!>
+
     <li> <p>
          <strong>Non-conforming elements:</strong> While
          <acronym>deal.II</acronym> is quite flexible with respect to
index 8b0d3a8e590ad9f8ec7cb1525457919470fd74b7..4c27508f6b20f35ff32d81cac42b8bebb3abcfd4 100644 (file)
@@ -13,7 +13,7 @@
 <p>
 <strong>Table of contents</strong>
 </p>
-    <ol>
+    <dl>
       <li>
        <p>
          <a href="readme.html" target="body">
          License</a>
        </p>  
       </li>
-    </ol>
+    </dl>
 
     <p>
       <a href="index.html" target="_top">
-        Home
-      </a>
+        Home</a>
     </p>
     <hr>
     <p>
index a9a3738c0bc881851975904c9f9903bcf4dc9288..7239f68c8a79a84dd3a1bf7ffc6de3dd3c910de0 100644 (file)
   <body>
 
 
+    <h2>What is <acronym>deal.II</acronym>?</h2>
+
+    <p>
+    <acronym>deal.II</acronym> is a C++ program library targeted at
+    adaptive finite elements and error estimation. It uses
+    state-of-the-art programming techniques of the C++ programming
+    language to offer you a modern interface to the complex data
+    structures and algorithms required for adaptivity and enables you
+    to use a variety of finite elements in one, two, and three space
+    dimensions, as well as time-dependent problems.
+    </p>
+
+    <p>
+    The main aim of <acronym>deal.II</acronym> is to enable
+    development of modern finite element algorithms, using among other
+    aspects sophisticated error estimators and adaptive
+    meshes. Writing such programs is a non-trivial task, and
+    successful programs tend to become very large and complex. We
+    therefore believe that this is best done using a program library
+    that frees the application programmer from aspects like grid
+    handling and refinement, handling of degrees of freedom, input
+    of meshes and output of results in graphics formats, and the
+    like. Also, support for several space dimensions at once is
+    included in a way such that programs can be written independent of
+    the space dimension without unreasonable penalties on run-time and
+    memory consumption. 
+    </p>
+
+    <p>
+    <acronym>deal.II</acronym> emerged from the work at the
+    <a href="http://gaia.iwr.uni-heidelberg.de" target="_top">
+    Numerical Methods Group</a> of the University of Heidelberg, which
+    is at the forefront of adaptive finite element methods and error
+    estimators. It is used in several large research projects in
+    Heidelberg and elsewhere.
+    </p>
+
+
+    <h2>What <acronym>deal.II</acronym> can offer you</h2>
+
+    <p>
+    If you are active in the field of adaptive finite element methods,
+    <acronym>deal.II</acronym> might be the right library for your
+    projects. Among other features, it offers:
+    </p>
+
+    <ul>
+    <li> <p>
+         Support for one, two, and three space dimensions, using a
+         unified interface that enables writing programs almost
+         dimension independent.
+        </p>
+
+    <li> <p>
+         Handling of locally refined grids, including algorithms to
+         adaptively refine them, using error indicators and
+         estimators.
+        </p>
+
+    <li> <p>
+         Support for a variety of finite elements, including Lagrange
+         elements of order one through four, and discontinuous
+         elements. 
+        </p>
+
+    <li> <p>
+         Extensive documentation: about 200 pages of tutorials,
+         several reports, and far more than 1,000 pages of programming
+         interface documentation with explanations of all classes,
+         functions, and variables.
+        </p>
+
+    <li> <p>
+         Modern software techniques that make access to the complex
+         data structures and algorithms as transparent as possible.
+        </p>
+
+    <li> <p>
+         Fast algorithms that enable you to solve problems with
+         up to several millions of degrees of freedom quickly.
+        </p>
+
+    <li> <p>
+         Support for several output formats, including some common
+         formats for visualisation of scientific data.
+        </p>
+
+    <li> <p>
+         Support for a variety of computer platforms, including
+         multiprocessor machines.
+        </p>
+
+    <li> <p>
+         Free source code under an Open Source license, and the
+         invitation to contribute to further development of the
+         library.
+        </p>
+    </ul>
+
+
     <h2>Online documentation</h2>
 
     <acronym>deal.II</acronym> has quite extensive online
 
     <li> <p>Programming interface documentation: the classes and methods
          in the library are extensively documented (presently
-         approximately 1250 pages if printed). We write this
-         documentation directly into the source code, which makes it
-         much easier to keep it up to date, and use automatic tools to
-         extract it into HTML or into printable formats. 
-        </p>
-
-        <p>
-        This API documentation is split into several parts, according
+         approximately 1250 pages if printed). This API documentation
+         is split into several parts, according 
         to the sub-libraries and the different directories of the main
         <acronym>deal.II</acronym> library:
         <ul>
           <li> <a href="auto/kdoc/base/index.html" target="body">
-                 <code>/base</code> library</a>,
+                 <code>/base</code> library</a>: a set of classes not
+                 specifically related to finite elements, but
+                 nonetheless important for the overall library,
           <li> <a href="auto/kdoc/lac/index.html" target="body">
-                 <code>/lac</code> library</a>: <B>L</B>inear
-                 <B>A</B>lgebra <B>C</B>lasses,
+                 <code>/lac</code> library</a>: <em>L</em>inear
+                 <em>a</em>lgebra <em>c</em>lasses,
           <li> <a href="auto/kdoc/grid/index.html" target="body">
                Grid handling</a> in the 
                  <code>/deal.II</code> library,
index 2b3b3be5c71c4b9692d274d0f54c5d8938034738..d4d603959b1023969c565ab8d8772c7ff57d5954 100644 (file)
@@ -13,7 +13,7 @@
 <p>
 <strong>Table of contents</strong>
 </p>
-    <ol>
+    <dl>
       <li>
        <p>
          <a href="toc.html" target="body">Long table of contents</a>
@@ -96,7 +96,7 @@
          <a href="output.html" target="body">Grid and Data Output</a>
        </p>
       </li>
-    </ol>
+    </dl>
     <p>
       <a href="../index.html" target="_top">Back to the tutorial index</a>
     </p>
index 605622559c126a941bf4f2ce77becc0584acc7dc..f9ba46a792b9184b1efd9cfbe558a8760e21a216 100644 (file)
@@ -17,7 +17,7 @@
 <p>
 <strong>Table of contents</strong>
 </p>
-    <ul>
+    <dl>
       <li>
        <p>
          <a href="toc.html" target="body">Step-by-Step overview</a>
@@ -71,7 +71,9 @@
          <a href="step-8.html" target="body">Step 8</a>
        </p>
       </li>
-    </ul>
+    </dl>
+
+
     <p>
       <a href="../index.html" target="_top">Back to the tutorial index</a>
     </p>
index b58c08d5df9aaa9016e69b88ed08af9dd3ca0ec3..4ee05ddd1a3b14af7ff0e2e1245d4729a6b59273 100644 (file)
@@ -11,7 +11,8 @@
 <body style="background-image:url(../../pictures/deal.II-text.jpg);" lang="en">
 
 <strong>Table of contents</strong><br>
-<ol>
+
+<dl>
 <li>
 <p>
 <a href="toc.html" target="body">Long table of contents</a>
@@ -52,7 +53,8 @@
 <a href="source.html" target="body">The source code</a>
 </p>
 </li>
-</ol>
+</dl>
+
     <p>
       <a href="../index.html" target="_top">Back to the tutorial index</a>
     </p>
index e1c479cedcee23693556cb9c021ccf79e8b6da17..c82e8ea68bcaa57bda59dde542f3c3f354bceb05 100644 (file)
@@ -13,7 +13,7 @@
 <p>
 <strong>Table of contents</strong>
 </p>
-    <ol>
+    <dl>
       <li>
        <p>
          <a href="toc.html" target="body">Long table of contents</a>
@@ -43,7 +43,7 @@
          </a>
        </p>
       </li>
-    </ol>
+    </dl>
 
     <p>
       <a href="../index.html" target="_top">Back to the deal.II homepage</a>

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.