]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Merged step-36 to online-doc
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 29 Jul 2009 09:06:42 +0000 (09:06 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 29 Jul 2009 09:06:42 +0000 (09:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@19131 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/tutorial/navbar.html
deal.II/doc/doxygen/tutorial/toc.html
deal.II/examples/step-36/step-36.cc

index d0191aa07c37d6662dc52c24eb9ec67e9a34e720..b0226b0e5a72ad21da34856490598de1fa73bdae 100644 (file)
@@ -61,7 +61,8 @@
          <a href="../../doxygen/deal.II/step_30.html" target="body">30</a>&nbsp;
          <a href="../../doxygen/deal.II/step_31.html" target="body">31</a><br />
          <a href="../../doxygen/deal.II/step_33.html" target="body">33</a>&nbsp;
-         <a href="../../doxygen/deal.II/step_34.html" target="body">34</a>
+         <a href="../../doxygen/deal.II/step_34.html" target="body">34</a>&nbsp;
+         <a href="../../doxygen/deal.II/step_36.html" target="body">36</a>
        </p>
 
        <hr>
index 15d838d7df73fb3c22f375d95fad5bee2039bc5b..73a99abd3ad70ec7adc84bf5a6aea078b731b20c 100644 (file)
@@ -267,6 +267,12 @@ searching for programs with a certain functionality.
       <td> Boundary element methods (BEM) of low order: Exterior irrotational
       flow. The ParsedFunction class. 
       </td></tr>
+
+  <tr valign="top">
+      <td><a href="../../doxygen/deal.II/step_36.html">Step-36</a></td>
+      <td> Using SLEPc for linear algebra; solving an eigenspectrum
+      problem. The Schr&ouml;dinger wave equation.
+      </td></tr>
 </table>
 
 
@@ -370,7 +376,8 @@ by topic:
         <a href="../../doxygen/deal.II/step_28.html">Step-28</a>,
         <a href="../../doxygen/deal.II/step_29.html">Step-29</a>,
         <a href="../../doxygen/deal.II/step_29.html">Step-33</a>,
-        <a href="../../doxygen/deal.II/step_33.html">Step-34</a></td> 
+        <a href="../../doxygen/deal.II/step_34.html">Step-34</a>,
+        <a href="../../doxygen/deal.II/step_36.html">Step-36</a></td> 
     <td> Input parameter handling
     </td>
   </tr>
@@ -444,7 +451,6 @@ by topic:
     </td>
   </tr>
 
-
   <tr><td><br></td></tr>
 
   <tr valign="top">
@@ -501,6 +507,12 @@ by topic:
     </td>
   </tr>
 
+  <tr valign="top">
+    <td><b></b></td>
+    <td><a href="../../doxygen/deal.II/step_36.html">Step-36</a></td> 
+    <td> KrylovSchur
+    </td>
+  </tr>
 
   <tr><td><br></td></tr>
 
@@ -632,7 +644,11 @@ by topic:
     </td>
   </tr>
 
-  <tr><td><br></td></tr>
+
+  <tr valign="top">
+    <td></td>
+    <td><a href="../../doxygen/deal.II/step_36.html">Step-36</a></td> 
+    <td> An eigenspectrum problem
 
   <tr valign="top">
     <td><b>Time-dependent problems</b></td>
@@ -670,6 +686,7 @@ by topic:
     <td> The Euler equations of compressible gas dynamics 
     </td>
   </tr>
+    </td>
 </table>
 
 <!-- Page Foot -->
index 33568dd10f973214f757eb0d350beaaaebd33676..d273d9cc5d22ef053fc853937ef3e44e68d0a1b5 100644 (file)
@@ -358,8 +358,8 @@ void EigenvalueProblem<dim>::assemble_system ()
                                   // representation can now be
                                   // compressed as no more entries
                                   // will be added:
-  stiffness_matrix.compress();
-  mass_matrix.compress();
+  stiffness_matrix.compress ();
+  mass_matrix.compress ();
 }
 
 
@@ -530,10 +530,10 @@ void EigenvalueProblem<dim>::run ()
   make_grid_and_dofs ();
 
   std::cout << "   Number of active cells:       "
-           << triangulation.n_active_cells()
+           << triangulation.n_active_cells ()
            << std::endl
            << "   Number of degrees of freedom: "
-           << dof_handler.n_dofs()
+           << dof_handler.n_dofs ()
            << std::endl
            << std::endl;
   
@@ -561,7 +561,7 @@ int main (int argc, char **argv)
                                       // initializes the PETSc work
                                       // space, run the whole
                                       // program, ...
-      SlepcInitialize (&argc,&argv,0,0);
+      SlepcInitialize (&argc, &argv, 0, 0);
 
       {
        deallog.depth_console (0);
@@ -606,8 +606,8 @@ int main (int argc, char **argv)
     }
   
                                   // If no exceptions are thrown,
-                                  // then we can tell the program to
-                                  // stop monkeying around and exit
+                                  // then we tell the program to stop
+                                  // monkeying around and exit
                                   // nicely:
   std::cout << std::endl 
            << "Job done." 

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.