]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-63 typo and add some tutorial keywords 8208/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 16 May 2019 19:15:12 +0000 (13:15 -0600)
committerTimo Heister <timo.heister@gmail.com>
Thu, 16 May 2019 19:15:12 +0000 (13:15 -0600)
doc/doxygen/tutorial/tutorial.h.in
examples/step-63/step-63.cc

index 9d0b139e0a9a1f433f1fa0142ae8c12f11f20b5e..390b4154c57eb9250ce6d2c3d35961e245826c77 100644 (file)
  *   <tr valign="top">
  *       <td>step-45</td>
  *       <td> Periodic boundary conditions.
+ *       <br/> Keywords: GridTools::collect_periodic_faces,
+ *       GridTools::PeriodicFacePair, Triangulation::add_periodicity
  *       </td></tr>
  *
  *   <tr valign="top">
  *   <tr valign="top">
  *       <td>step-54</td>
  *       <td> Using CAD files to describe the boundary of your domain.
+ *       <br/> Keywords: Manifold, OpenCASCADE::read_IGES,
+ *       OpenCASCADE::NormalProjectionBoundary
  *       </td></tr>
  *
  *   <tr valign="top">
  *       <td>Block smoothers for geometric multigrid. A scalar convection
  *       diffusion equation is solved with different additive or
  *       multiplicative multigrid smoothers.
+ *       <br/> Keywords: Multigrid, MeshWorker::mesh_loop,
+ *       MGSmootherPrecondition, RelaxationBlock, DoFRenumbering::downstream
  *       </td></tr>
  *
  *   <tr valign="top">    
index 47654ac2ab027bfa5518296d58b1b01fc09c4bf7..d963fa1aba149d34a835e0e3a81d88b0746dcc36 100644 (file)
@@ -70,7 +70,7 @@
 #include <iostream>
 #include <random>
 
-// We will be using Meshworker::mesh_loop functionality for assembling matrices:
+// We will be using MeshWorker::mesh_loop functionality for assembling matrices:
 #include <deal.II/meshworker/mesh_loop.h>
 
 
@@ -763,7 +763,7 @@ namespace Step63
 
   // @sect4{<code>AdvectionProblem::assemble_system_and_multigrid</code>}
 
-  // Here we employ Meshworker::mesh_loop() to go over cells and assemble the
+  // Here we employ MeshWorker::mesh_loop() to go over cells and assemble the
   // system_matrix, system_rhs, and all mg_matrices for us.
 
   template <int dim>

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.