]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fixed HTML entities.
authorschrage <schrage@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Mar 1999 10:02:56 +0000 (10:02 +0000)
committerschrage <schrage@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Mar 1999 10:02:56 +0000 (10:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@1047 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/tutorial/chapter-3.laplace/assemble.html
deal.II/doc/tutorial/chapter-3.laplace/laplace.html
deal.II/doc/tutorial/chapter-3.laplace/solution.html
deal.II/doc/tutorial/chapter-3.laplace/triangulation.html
deal.II/doc/tutorial/index.html

index bdfc354c1b1e5185d01fecaf4cb32ea4c198af88..ca198258594242afdb9fd065961aef0748c40177 100644 (file)
@@ -115,7 +115,7 @@ an index vector that will allow us to reassemble the global matrix later on
 <p>
 Next we traverse all the cells and integrate the Laplace problem using the
 discretized Laplace operator. <tt>qc</tt> is a 
-<code>Quadrature&lt;dim&rt;</code>.
+<code>Quadrature&lt;dim&gt;</code>.
 </p>
 <p>
 The outer loop traverses all the points of the quadrature <code>qc</code>.
index c576c97cf16d914df306f06a958cbe5b8fce3f0e..f554104d8c24a784d708884e6a09e1650da06faa 100644 (file)
@@ -23,8 +23,8 @@ Let's have a look at the class definition:
 class Laplace
 {
 
-  Triangulation&lt;2&rt; tr;
-  DoFHandler&lt;2&rt; dof;
+  Triangulation&lt;2&gt; tr;
+  DoFHandler&lt;2&gt; dof;
 
   SparseMatrixStruct matrix_structure;
   LapMatrix A;
index 853e8835517f3ba7f900703d57962c20d3a81ce3..326f880ffccdec87bbbac9e0f088517a485dec25 100644 (file)
@@ -24,7 +24,7 @@ Laplace::solve_primal()
 
   SolverControl control(1000, 1.e-10);
 
-  SolverCG&lt;AdvMatrix, Vector&lt;double&rt; &rt; solver(control, mem);
+  SolverCG&lt;AdvMatrix, Vector&lt;double&gt; &gt; solver(control, mem);
   
   solver.solve(A,u,f);
   
index eff7db8329820488dff0b86061a10ceb62f67672..0250a332c1f20b11e02a903134daa069d7f5a65d 100644 (file)
@@ -18,7 +18,7 @@ triangulation consists of only one finite element.
 </p>
 <pre>
 <code>
-Laplace::Laplace(Function&lt;2&rt;&amp; solution)              
+Laplace::Laplace(Function&lt;2&gt;&amp; solution)              
 {
   tr.create_hypercube(-1.,1.);
 </code>
index a2099aeeb91be44bf4775f4129c3cdaa2f01dd95..b1327bbea3ac6140b7d4f36469d2bbc369f8878a 100644 (file)
@@ -2,12 +2,12 @@
    "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
   <head>
-    <link href="dealdoc.css" rel="StyleSheet" type="text/css" title="deal.II Documentation" media="screen">
+    <link href="dealtut.css" rel="StyleSheet" type="text/css" title="deal.II Documentation" media="screen">
     <title>The deal.II Tutorial</title>
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II"></head>
   <body>
-    
+    <img align=right valign=top alt="Deal Logo" src="../pictures/deal100.gif">
     <h1>The <acronym>deal.II</acronym> Tutorial</h1>
     
     <h2>or <acronym>deal.II</acronym> in several easy and some more hard lessons</h2>
@@ -73,7 +73,7 @@
     <address>
       <a href="mailto:schrage@gaia.iwr.uni-heidelberg.de">Jan Schrage</a></address>
     <p>
-      Last modified: Tue Mar 23 1999
+      Last modified: Thu Mar 25 1999
     </p>
   </body>
 </html>

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.