]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fixes stale documentation about boundary_object for hyper_ball function 9295/head
authorKrishnakumar Gopalakrishnan <krishna.kumar@ucl.ac.uk>
Sun, 12 Jan 2020 19:09:23 +0000 (19:09 +0000)
committerKrishnakumar Gopalakrishnan <krishna.kumar@ucl.ac.uk>
Sun, 12 Jan 2020 19:09:23 +0000 (19:09 +0000)
examples/step-6/step-6.cc

index dd93b599b7329c7307c9f5c3e7d271128f9df56b..b18bb0ff1682bce68ebc8df1bdb968e1464f3fea 100644 (file)
@@ -513,13 +513,12 @@ void Step6<dim>::output_results(const unsigned int cycle) const
 // disk, in that we adaptively instead of globally refine the mesh, and that
 // we output the solution on the final mesh in the present function.
 //
-// The first block in the main loop of the function deals with mesh
-// generation. If this is the first cycle of the program, instead of reading
-// the grid from a file on disk as in the previous example, we now again
-// create it using a library function. The domain is again a circle, which is
-// why we have to provide a suitable boundary object as well. We place the
-// center of the circle at the origin and have the radius be one (these are
-// the two hidden arguments to the function, which have default values).
+// The first block in the main loop of the function deals with mesh generation.
+// If this is the first cycle of the program, instead of reading the grid from
+// a file on disk as in the previous example, we now again create it using a
+// library function. The domain is again a circle with center at the origin and
+// a radius of one (these are the two hidden arguments to the function, which
+// have default values).
 //
 // You will notice by looking at the coarse grid that it is of inferior
 // quality than the one which we read from the file in the previous example:

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.