]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Changed Wording in Step 3 8478/head
authorrebeccampereira <rpereira2@umassd.edu>
Tue, 6 Aug 2019 23:31:28 +0000 (19:31 -0400)
committerrebeccampereira <rpereira2@umassd.edu>
Wed, 7 Aug 2019 22:32:38 +0000 (18:32 -0400)
doc/news/changes/minor/20190807RebeccaPereira [new file with mode: 0644]
examples/step-3/step-3.cc

diff --git a/doc/news/changes/minor/20190807RebeccaPereira b/doc/news/changes/minor/20190807RebeccaPereira
new file mode 100644 (file)
index 0000000..ee88fd9
--- /dev/null
@@ -0,0 +1,4 @@
+Improved: Changed the wording to a paragraph in step-3
+that mentioned boundary indicators.
+<br>
+(Rebecca Pereira, 2019/08/07)
index 25be4270edd52e9a1fb83ef32a4c4332ee8ba3a7..6940bf3d8715becd7afa214f724cefb66923b0a4 100644 (file)
@@ -493,15 +493,15 @@ void Step3::assemble_system()
   // example, you may have inflow and outflow boundaries in fluid dynamics, or
   // clamped and free parts of bodies in deformation computations of
   // bodies. Then you will want to denote these different parts of the
-  // boundary by different numbers and tell the interpolate_boundary_values
+  // boundary by indicators, and tell the interpolate_boundary_values
   // function to only compute the boundary values on a certain part of the
-  // boundary (e.g. the clamped part, or the inflow boundary). By default, all
-  // boundaries have the number `0`, and since we have not changed that, this
-  // is still so; therefore, if we give `0` as the desired portion of the
-  // boundary, this means we get the whole boundary. If you have boundaries
-  // with kinds of boundaries, you have to number them differently. The
-  // function call below will then only determine boundary values for parts of
-  // the boundary.
+  // boundary (e.g. the clamped part, or the inflow boundary). By default,
+  // all boundaries have a 0 boundary indicator, unless otherwise specified. If
+  // sections of the boundary have different boundary conditions, you have to
+  // number those parts with different boundary indicators. The function call
+  // below will then only determine boundary values for those parts of the
+  // boundary for which the boundary indicator is in fact the zero specified as
+  // the second argument.
   //
   // The function describing the boundary values is an object of type Function
   // or of a derived class. One of the derived classes is

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.