]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor additions to the documentation about higher order output. 9715/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 23 Mar 2020 02:23:59 +0000 (20:23 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 24 Mar 2020 14:55:52 +0000 (08:55 -0600)
include/deal.II/numerics/data_out.h

index da6141e166773238c053b958adca607de9cd81c5..1163b66dd7e083480021e5eeecc1788de051aa39 100644 (file)
@@ -77,9 +77,10 @@ namespace internal
  * which are the objects that are later output by the functions of the base
  * classes. You can give a parameter to the function which determines how many
  * subdivisions in each coordinate direction are to be performed, i.e. of how
- * many subcells each patch shall consist. Default is one, but you may want to
- * choose a higher number for higher order elements, for example two for
- * quadratic elements, three for cubic elements three, and so on. The purpose
+ * many subcells each patch shall consist. The default is one, but you may want
+ * to choose a higher number for higher order elements, for example two for
+ * quadratic elements, three for cubic elements, and so on. (See
+ * step-11 for an example.) The purpose
  * of this parameter is because most graphics programs do not allow to specify
  * higher order polynomial functions in the file formats: only data at
  * vertices can be plotted and is then shown as a bilinear interpolation
@@ -279,8 +280,9 @@ public:
    *   structure that includes the
    *   DataOutBase::VtkFlags::write_higher_order_cells flag. When set, the
    *   subdivisions produced by this function will be interpreted as
-   *   support point for a higher order polynomial that will then actually
-   *   be visualized as such. On the other hand, this requires a
+   *   support points for a higher order polynomial that will then actually
+   *   be visualized as such. This is shown in step-11, for example. It
+   *   is worth noting, however, that this requires a
    *   sufficiently new version of one of the VTK-based visualization
    *   programs.
    */

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.