]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-49: some text fixes
authorTimo Heister <timo.heister@gmail.com>
Wed, 20 Feb 2013 15:12:34 +0000 (15:12 +0000)
committerTimo Heister <timo.heister@gmail.com>
Wed, 20 Feb 2013 15:12:34 +0000 (15:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@28493 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-49/doc/intro.dox

index 30914056409e4afc50047bb156b4d125d06ce39d..22fefd294d779a0e4a13352ae5a148ce279aaafa 100644 (file)
@@ -173,16 +173,15 @@ work with a sequence of unstructured meshes (see possible extensions).
 <h4>Merging Meshes</h4>
 
 The function GridGenerator::merge_triangulations() allows you to merge two
-given Triangulations into a single one. This only works, if the vertices of
-the to be shared edge or face match exactly. It is useful to use
-GridTools::shift and GridTools::scale to align the two meshes.  In the
-function grid_2() of this tutorial, we merge a square with a round hole
-(generated with hyper_cube_with_cylindrical_hole()) and a rectangle. The
-function GridTools::subdivided_hyper_rectangle() allows you to specify the
-number of repetitions and the positions of the corners, this way we do not
-need to shift it manually. You should inspect the mesh graphically to make
-sure, that cells line up correctly and no hanging nodes exist in the merged
-Triangulation.
+given Triangulations into a single one.  For this to work, the vertices of the
+shared edge or face have to match exactly.  Lining up the two meshes can be
+achieved using GridTools::shift and GridTools::scale.  In the function
+grid_2() of this tutorial, we merge a square with a round hole (generated with
+hyper_cube_with_cylindrical_hole()) and a rectangle. The function
+GridTools::subdivided_hyper_rectangle() allows you to specify the number of
+repetitions and the positions of the corners, this way we do not need to shift
+it manually. You should inspect the mesh graphically to make sure, that cells
+line up correctly and no hanging nodes exist in the merged Triangulation.
 
 These are the input meshes and the output mesh:
 <TABLE WIDTH="80%" ALIGN="center">

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.