From b853fc1488ba8fbde0aaca4c2c31423168412034 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 12 May 2019 11:44:50 -0600 Subject: [PATCH] more fixes --- examples/step-42/step-42.cc | 3 +-- examples/step-49/step-49.cc | 2 +- examples/step-59/step-59.cc | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/step-42/step-42.cc b/examples/step-42/step-42.cc index 19ea609cb2..478563a974 100644 --- a/examples/step-42/step-42.cc +++ b/examples/step-42/step-42.cc @@ -401,8 +401,7 @@ namespace Step42 values(c) = SphereObstacle::value(p, c); } - // @sect4{The BitmapFile and ChineseObstacle - // classes} + // @sect4{The BitmapFile and ChineseObstacle classes} // The following two classes describe the obstacle outlined in the // introduction, i.e., the Chinese character. The first of the two, diff --git a/examples/step-49/step-49.cc b/examples/step-49/step-49.cc index c99e66a0e3..27385d02e9 100644 --- a/examples/step-49/step-49.cc +++ b/examples/step-49/step-49.cc @@ -187,7 +187,7 @@ void grid_3() // a circle centered at the origin. Fortunately, // GridGenerator::hyper_cube_with_cylindrical_hole already attaches a // Manifold object to the interior boundary, so we do not need to do - // anything but refine the mesh (see the @ref Results results section for a + // anything but refine the mesh (see the results section for a // fully worked example where we do attach a Manifold object). triangulation.refine_global(2); print_mesh_info(triangulation, "grid-3.eps"); diff --git a/examples/step-59/step-59.cc b/examples/step-59/step-59.cc index 5ee5c41e72..4e6026de44 100644 --- a/examples/step-59/step-59.cc +++ b/examples/step-59/step-59.cc @@ -715,7 +715,7 @@ namespace Step59 // matrices from a product of 1D mass and Laplace matrices. Our first task // is to compute the 1D matrices, which we do by first creating a 1D finite // element. Instead of anticipating FE_DGQHermite<1> here, we get the finite - // element's name from DoFHandler, replace the argument (2 or 3) by 1 + // element's name from DoFHandler, replace the @p dim argument (2 or 3) by 1 // to create a 1D name, and construct the 1D element by using FETools. template -- 2.39.5