]> https://gitweb.dealii.org/ - dealii.git/commitdiff
minor fix to plate_with_a_hole
authorDenis Davydov <davydden@gmail.com>
Wed, 11 Jul 2018 08:38:13 +0000 (10:38 +0200)
committerDenis Davydov <davydden@gmail.com>
Wed, 11 Jul 2018 08:46:16 +0000 (10:46 +0200)
include/deal.II/grid/grid_generator.h
tests/grid/grid_generator_plate_with_a_hole_3.cc

index 2ed123b401d67b1ba1a6336adf42b94ad704666b..0c654234c74e806d0da7208f2534dad8117c8480 100644 (file)
@@ -311,19 +311,19 @@ namespace GridGenerator
    * geometry consists of 2 regions:
    * The first is a square region with length @p outer_radius and a hole of radius @p inner_radius .
    * Cells in this regions will have TransfiniteInterpolationManifold with
-   * manifold id
-   * @p tfi_manifold_id attached to them. Additionally, the boundary faces of
-   * the hole will be associated with a PolarManifold (in 2D) or
+   * manifold id @p tfi_manifold_id attached to them. Additionally, the boundary
+   * faces of the hole will be associated with a PolarManifold (in 2D) or
    * CylindricalManifold (in 3D). The center of this
-   * regions can be prescribed via @p center , namely the axis of the hole will
+   * region can be prescribed via @p center , namely the axis of the hole will
    * be located at @p center .
    * The second region describes the remainder of the bulk material. It is
    * specified via padding
-   * parameters @p pad_bottom, @p padding_top, @p padding_left and @padding_right.
+   * parameters @p pad_bottom, @p padding_top, @p padding_left and @p padding_right.
    * All cells in this regions will have a FlatManifold attached to them.
    * The final width of the plate will be <code>padding_left + 2*outer_radius +
-   * padding_right</code>, where it length is <code>padding_top + 2*outer_radius
-   * + padding_bottom</code>. Three out of four paddings is allowed to be zero.
+   * padding_right</code>, while its length is <code>padding_top +
+   * 2*outer_radius + padding_bottom</code>. Three out of four paddings are
+   * allowed to be zero.
    *
    * Here is the non-symmetric grid (after one global refinement, colored
    * according to manifold id) in 2D:
@@ -335,8 +335,7 @@ namespace GridGenerator
    * @image html plate_with_a_hole_3D.png
    *
    * In 3D, triangulation will be extruded in the z-direction by the total
-   * height of
-   * @p L using @p n_slices slices (minimum is 2).
+   * height of @p L using @p n_slices slices (minimum is 2).
    * If the @p colorize flag is <code>true</code>, the boundary_ids of the boundary
    * faces are assigned, such that the lower one in the x-direction is 0, the
    * upper one is 1. The indicators for the surfaces in the y-direction are 2
index a4894250aae6635f3df8117c979470da21de3dab..390db00def7ae0a37f61511f7e5f7602d772c416 100644 (file)
@@ -90,7 +90,7 @@ test()
     }
 
   // write in vtk for visual inspection
-  if (true)
+  if (false)
     {
       DoFHandler<dim> dof_handler(triangulation);
       FE_Q<dim>       fe(1);

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.