]> https://gitweb.dealii.org/ - dealii.git/commitdiff
some step-49 followups 12806/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 8 Oct 2021 16:11:25 +0000 (12:11 -0400)
committerTimo Heister <timo.heister@gmail.com>
Fri, 8 Oct 2021 16:11:25 +0000 (12:11 -0400)
doc/news/changes/major/20211008tjhei [new file with mode: 0644]
examples/step-49/doc/intro.dox

diff --git a/doc/news/changes/major/20211008tjhei b/doc/news/changes/major/20211008tjhei
new file mode 100644 (file)
index 0000000..eb1eefd
--- /dev/null
@@ -0,0 +1,3 @@
+New: The step-49 tutorial now has an extended section about generating meshes from Gmsh with a more interesting example.
+<br>
+(Timo Heister, Sean Ingimarson, 2021/10/08)
index 0212d4d016ac28c5151da4b46027df4df8a8c048..6621fb0da6cc364990b0555549d93a746a5b842d 100644 (file)
@@ -1,5 +1,5 @@
 <i>This program was contributed by Timo Heister. Parts of the results section
-were contributed by Yuhan Zhou, Wolfgang Bangerth, and David Wells.</i>
+were contributed by Yuhan Zhou, Wolfgang Bangerth, David Wells, and Sean Ingimarson.</i>
 
 <a name="Intro"></a>
 <h1> Introduction </h1>
@@ -221,10 +221,17 @@ Physical Surface(2) = {1, 2, 3, 4};
 
 <h5>Physical IDs</h5>
 
-This section is for assigning physical IDs as these become boundary IDs in deal.II.  Here you press
+This section is for assigning physical IDs as these become boundary IDs in deal.II. "Physical" object are the ones that carry information about the
+boundary indicator (see @ref GlossBoundaryIndicator "this glossary entry").
+Here you press
 <code>Geometry -> Physical groups -> Add -> Curve</code>.  You may do this
 for points as well, but we will only be needing to use curves.
 
+@note It is important that the .geo file contains "physical lines" and "physical
+  surfaces". These give the boundary indicators and material ids for use
+  in deal.II. Without these physical entities, nothing will be imported into
+  deal.II.
+
 We assign boundary ID 0 to the outer boundary.  This is usually here by default
 but we include it anyway:
 
@@ -310,38 +317,17 @@ Finally, we can choose  <code>Mesh -> Save</code> to save the <code>.msh</code>
 deal.II's GridIn class can read. You can also generate the <code>.msh</code> from the
 <code>.geo</code> file by running the command
 
-@code
-gmsh -2 example.geo.
-@endcode
-
-You might want to open the <code>example.geo</code> file in a text editor (it
-is located in the same directory as the <tt>step-49.cc</tt> source file) to
-see how it is structured. You can see how the boundary of the domain is
-composed of a number of lines and how later on we combine several lines into
-"physical lines" (or "physical surfaces") that list the logical lines'
-numbers. "Physical" object are the ones that carry information about the
-boundary indicator (see @ref GlossBoundaryIndicator "this glossary entry").
-
-@note It is important that this file contain "physical lines" and "physical
-  surfaces". These give the boundary indicators and material ids for use
-  in deal.II. Without these physical entities, nothing will be imported into
-  deal.II.
-
-deal.II's GridIn class can read the <code>.msh</code> format written by
-%Gmsh and that contains a mesh created for the geometry described by the
-<code>.geo</code> file. You generate the <code>.msh</code> from the
-<code>.geo</code> by running the commands
-
 @code
 gmsh -2 example.geo
 @endcode
 
-on the command line, or by clicking "Mesh" and then "2D" inside %Gmsh after
-loading the file.  Now this is the mesh read from the <code>.msh</code> file
+Now this is the mesh read from the <code>.msh</code> file
 and saved again by deal.II as an image (see the <code>grid_1</code> function
-of the current program):
+of the current program).
 
-<img src="https://www.dealii.org/images/steps/developer/step-49.grid-1.png" alt="">
+Finally, you might want to open the <code>example.geo</code> file in a text editor (it
+is located in the same directory as the <tt>step-49.cc</tt> source file) to
+see how it is structured.
 
 @note %Gmsh has a number of other interfaces by which one can describe
   geometries to it. In particular, it has the ability to interface with

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.