From: Timo Heister Date: Thu, 16 May 2019 19:15:12 +0000 (-0600) Subject: step-63 typo and add some tutorial keywords X-Git-Tag: v9.1.0-rc2~2^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8216%2Fhead;p=dealii.git step-63 typo and add some tutorial keywords --- diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index 9d0b139e0a..390b4154c5 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -403,6 +403,8 @@ * * step-45 * Periodic boundary conditions. + *
Keywords: GridTools::collect_periodic_faces, + * GridTools::PeriodicFacePair, Triangulation::add_periodicity * * * @@ -442,6 +444,8 @@ * * step-54 * Using CAD files to describe the boundary of your domain. + *
Keywords: Manifold, OpenCASCADE::read_IGES, + * OpenCASCADE::NormalProjectionBoundary * * * @@ -491,6 +495,8 @@ * Block smoothers for geometric multigrid. A scalar convection * diffusion equation is solved with different additive or * multiplicative multigrid smoothers. + *
Keywords: Multigrid, MeshWorker::mesh_loop, + * MGSmootherPrecondition, RelaxationBlock, DoFRenumbering::downstream * * * diff --git a/examples/step-63/step-63.cc b/examples/step-63/step-63.cc index 47654ac2ab..d963fa1aba 100644 --- a/examples/step-63/step-63.cc +++ b/examples/step-63/step-63.cc @@ -70,7 +70,7 @@ #include #include -// We will be using Meshworker::mesh_loop functionality for assembling matrices: +// We will be using MeshWorker::mesh_loop functionality for assembling matrices: #include @@ -763,7 +763,7 @@ namespace Step63 // @sect4{AdvectionProblem::assemble_system_and_multigrid} - // 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