]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adapt to new directory structure where necessary.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Dec 1999 16:44:55 +0000 (16:44 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Dec 1999 16:44:55 +0000 (16:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@2027 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/tutorial/Makefile
deal.II/doc/tutorial/chapter-1.elements/adaptivity.html
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/index.html
deal.II/doc/tutorial/chapter-1.elements/matrix_generation.html
deal.II/doc/tutorial/chapter-1.elements/output.html
deal.II/doc/tutorial/chapter-1.elements/parameters.html
deal.II/doc/tutorial/chapter-1.elements/solve.html
deal.II/doc/tutorial/chapter-3.laplace/index.html
deal.II/doc/tutorial/index.html

index 0861be4ec45bdb2c22751141c9e71198f26480b0..6405959fc5d3f429cc7a1eef9bc103e875b57c76 100644 (file)
@@ -1,11 +1,11 @@
 # $Id$
 
 step-by-step:
-       cd step-by-step ; $(MAKE)
+       cd chapter-2.step-by-step ; $(MAKE)
 
 
 clean:
-       cd step-by-step ; $(MAKE) clean
+       cd chapter-2.step-by-step ; $(MAKE) clean
 
 
 .PHONY: step-by-step clean
index f46b6a4db28a0013d9e8fa6018e5ac67b44ecd69..5220207b185121a9e3ca5d57a9ffac1adceaa868 100644 (file)
@@ -84,7 +84,7 @@ tries to approximate the error per cell by integration of the jump of the
 gradient of the solution along the faces of each cell.
 In theory this error estimator has quite a number of limitations. These 
 limitations as well as its implementation are described in 
-<a href="http://hermes.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/numerics/KellyErrorEstimator.html">
+<a href="http://gaia.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/numerics/KellyErrorEstimator.html">
 the documentation for the class <code>KellyErrorEstimator</code></a>.
 In daily use, however, this error estimator has shown itself to behave
 rather like Hamlet: It is laden with theoretical woes and sorrows,
@@ -117,7 +117,7 @@ and objects respectively:
       
   <li>in case your problem includes spatially varying coefficients,
       you may give that as well (but we will not discuss this here,
-      refer to the <a href="http://hermes.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/numerics/KellyErrorEstimator.html">
+      refer to the <a href="http://gaia.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/numerics/KellyErrorEstimator.html">
          <code>KellyErrorEstimator</code> class documentation</a>).
   </li>
 </ul>
index afdc75f5385e27ea42cb516b148837f2ece2a87f..e11bd3a990fcfe3f0a6b4a929a1cdb5efa7ccf07 100644 (file)
@@ -29,7 +29,7 @@ account when dealing with them.
 <p>
 The <acronym>deal.II</acronym> class 
 that has the ability to handle constraint matrices is called 
-<a href="http://hermes.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/dof/ConstraintMatrix.html"><code>ConstraintMatrix</code></a>. It provides all functions
+<a href="http://gaia.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/dof/ConstraintMatrix.html"><code>ConstraintMatrix</code></a>. It provides all functions
 necessary to condense hanging nodes into a matrix structure. 
 You will have to:
 <ol>
index 1d050504f85daf8df9062de487244d8a011fccaf..386aa2a1f55ee85d3c74fd4eeb2a948203e442b3 100644 (file)
@@ -82,7 +82,11 @@ GridGenerator::hyper_cube (triangulation, -1, 1);
 <p>
 A hyperball can be created using the function<br>
 <code>void GridGenerator::hyper_ball(Triangulation&lt;dim&gt; &amp;tria,const Point&lt;dim&gt; center=0.,const double radius=1.)</code><br>
-This will create a hyperball of given centre and radius where the location of the centre defaults to the origin and the radius to unity.
+This will create a hyperball of given centre and radius where the
+location of the centre defaults to the origin and the radius to
+unity. Note that the left figure is scaled a bit large, since the
+corner points of the outer square will later be the points on the
+circles surface in diagonal directions.
 </p>
 
 <table class="figure">
@@ -194,7 +198,7 @@ grid construction algorithm. Otherwise some of your matrix elements
 may have the wrong sign (plus instead of minus or vice versa).
 A more detailed description of the problems
 encountered in two dimensions can be found in the
-<a href="http://hermes.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/basic/DataIn.html" target="_top"> <code>DataIn</code> class description</a>.
+<a href="http://gaia.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/basic/DataIn.html" target="_top"> <code>DataIn</code> class description</a>.
 </p>
 
 
index 29acf66d1bab0a1b2f686f01292b720de22d804f..163af0f8ba70d18556e25281a953186f407f95f4 100644 (file)
@@ -27,7 +27,7 @@
 <h1>The deal.II Tutorial</h1>
 Your browser does not seem to understand frames. A version of this
 tutorial that does not use frames can be found at 
-<a href="toc.html">http://hermes.iwr.uni-heidelberg.de/~deal/doc/tutorial/00.fe_structure/toc.html</a>.
+<a href="toc.html">http://gaia.iwr.uni-heidelberg.de/~deal/doc/tutorial/chapter-1.elements/toc.html</a>.
 </noframes>
 
 </html>
index cecec0491196d57d373665023672e277d9dc3573..0eb6b652ad32857f4843a17b5ea8a0a013186d97 100644 (file)
@@ -119,7 +119,7 @@ sparse_matrix.reinit (sparsity_pattern);
 
 <p>
 Vector operations are supplied by the class <code><a
-href="http://hermes.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/lac/Vector.html">Vector</a></code>.
+href="http://gaia.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/lac/Vector.html">Vector</a></code>.
 The first and most important operation on a vector is its
 initialization using <code>void Vector::reinit(const usigned int N,
 const bool fast=false)</code>, which resets the vector's size to
index 896abb5fe6502ca75bd136cbe7b21780d85e7ebd..6b88d97ebc32b375dd9fbefb9de5a3fd19941f4b 100644 (file)
@@ -387,7 +387,7 @@ to be plotted.
 
 <p>The limitations of the gnuplot data format have been well described
 in the 
-<a href="http://hermes.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/basic/DataOut.html">
+<a href="http://gaia.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/basic/DataOut.html">
 <code>DataOut</code> class description</a>:
 </p>
 <blockquote>
@@ -404,7 +404,7 @@ each cell being straight lines. You won't see the structure of the solution in t
 <p>The limitations mentioned above can to some extent be remedied,
 and that is why there is also an option for high quality output.
 For how this is done, we quote (again) the 
-<a href="http://hermes.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/basic/DataOut.html">
+<a href="http://gaia.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/basic/DataOut.html">
 <code>DataOut</code> class description</a>:
 </p>
 
index 63cb87224981c27de70530f1158d584891fdb340..3872dc18936ac9a535cd5453cea993b8f7809ff1 100644 (file)
@@ -131,7 +131,7 @@ and retrieve their values. The values are stored in the strings
 <code>zeldovich_solver</code> and <code>sunyaev_solver</code>.
 Please note that in order to stick to the essentials this example 
 violates the 
-<a href="http://hermes.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/base/ParameterHandler.html">
+<a href="http://gaia.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/base/ParameterHandler.html">
 recommended style for parameter declaration</a>.
 </p>
 
@@ -306,7 +306,7 @@ value encountered last of the parameter in question is used.
 <span class="example">Example:</span>
 We read parameters successively
 from three different sources. This example was taken from
-the <a href="http://hermes.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/base/ParameterHandler.html"><code>ParameterHandler</code> class documentation</a>.
+the <a href="http://gaia.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/base/ParameterHandler.html"><code>ParameterHandler</code> class documentation</a>.
 </p>
 
 <pre class="example">
index dfbda572ebcae55cfed907bb0e1e29a2458eb370..38283ebece04f908e4aa87df478577af44f6e0c3 100644 (file)
@@ -327,7 +327,7 @@ A number too small can seriously affect its performance, but a number
 too large will also increase the required computing time. This number is
 contained in the <code>AdditionalData</code> structure with a default of 30. 
 This solver is rather special, and for a detailed explanation you should
-<a href="http://hermes.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/lac/SolverGMRES.html">take a look at the detailed description of the <code>SolverGMRES</code>
+<a href="http://gaia.iwr.uni-heidelberg.de/~deal/doc/auto/kdoc/lac/SolverGMRES.html">take a look at the detailed description of the <code>SolverGMRES</code>
 class</a>.
 </p>
 
index 0f5b8ac43dc2d4723bd6870e8eeda61bafde9065..c71bc8136c9fa1671ecebea7b63bd88543b99beb 100644 (file)
@@ -27,7 +27,7 @@
 <h1>The deal.II Tutorial</h1>
 Your browser does not seem to understand frames. A version of this
 tutorial that does not use frames can be found at 
-<a href="toc.html">http://gaia.iwr.uni-heidelberg.de/~deal/doc/tutorial/01.laplace/toc.html</a>.
+<a href="toc.html">http://gaia.iwr.uni-heidelberg.de/~deal/doc/tutorial/chapter-3.laplace/toc.html</a>.
 </noframes>
 
 </html>
index ded336dbae171d816459a67e86c0b36a57452b00..6fa7364cfc4a4ccce7edeff76ae8dbcf83ff3885 100644 (file)
@@ -21,8 +21,8 @@
       advance through the chapters in their proper order. This tutorial contains the
       complete code for every example program and can be used as a reference, too,
       if you are looking for code to solve a specific problem with
-      <acronym>deal.II</acronym>. The 0th chapter, 
-      <a href="00.fe_structure/index.html">Structure of a Finite
+      <acronym>deal.II</acronym>. The first chapter, 
+      <a href="chapter-1.elements/index.html">Structure of a Finite
       Element Program</a>, can also be used as a reference. 
     </p>
     
@@ -44,9 +44,9 @@
     The structure of this tutorial is as follows:
     <p>
 
-    <h4><a href="00.fe_structure/index.html">Chapter 0: Basic Elements of a
+    <h4><a href="chapter-1.elements/index.html">Chapter 1: Basic Elements of a
        Finite Element Program</a> </h4>
-    <p> (also available in a <a href="00.fe_structure/toc.html">version without frames</a>)
+    <p> (also available in a <a href="chapter-1.elements/toc.html">version without frames</a>)
     </p>
     <p>We will discuss the various elements needed for a working
       finite element program and some of the possibilities 
       programs. 
     </p>
     
-    <h4><a href="step-by-step/index.html">Chapter 1: Various small
+    <h4><a href="chapter-2.step-by-step/index.html">Chapter 2: Various small
     programs demonstrating aspects of the library</a></h4>
     <p>
-      (also available in a <a href="step-by-step/toc.html">version
+      (also available in a <a href="chapter-2.step-by-step/toc.html">version
       without frames</a>)
     </p>
     <p>
     program.       
     </p>
 
-    <h4><a href="01.laplace/index.html">Chapter 2: The very simple Laplace
+    <h4><a href="chapter-2.laplace/index.html">Chapter 3: The very simple Laplace
        Problem</a> </h4>
     <p>
-      (also available in a <a href="01.laplace/toc.html">version without frames</a>)
+      (also available in a <a href="chapter-3.laplace/toc.html">version without frames</a>)
     </p>
     <p>
       NOTE: this example program is not finished and not a good
@@ -78,7 +78,7 @@
       </p><p>
       We will solve the stationary Laplace problem on a square grid with  
       boundary conditions of the form <code>cos(2*PI*x)cos(2*PI*y)</code>.
-      You can also obtain the <a href="01.laplace/source.html">source code</a>.
+      You can also obtain the <a href="chapter-3.laplace/source.html">source code</a>.
     </p>
 
     <h3>Technical terms</h3>

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.