]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update doc 11972/head
authorAlexander Grayver <agrayver@erdw.ethz.ch>
Sat, 27 Mar 2021 10:29:07 +0000 (11:29 +0100)
committerAlexander Grayver <agrayver@erdw.ethz.ch>
Sat, 27 Mar 2021 10:33:27 +0000 (11:33 +0100)
include/deal.II/grid/grid_in.h
include/deal.II/grid/grid_out.h

index 7f1b2eca72cf1518f5eebbd5e0f7c46cdd1d3c6c..31d658530ee3348121caca97cebcf1a14c4927a7 100644 (file)
@@ -422,7 +422,7 @@ public:
    * to true.
    *
    * When this flag is set to true, the generated vtu file contains the
-   * triangulation in a xml section which is ignored by vtu general vtu readers.
+   * triangulation in a xml section which is ignored by general vtu readers.
    * If this section is absent, an exception is thrown.
    */
   void
index 7fef5a5ca9e96453577e66ae993f3d3d9b34fb46..258edc8040882c8da6dbd72ced77858dff9efbba 100644 (file)
@@ -1324,17 +1324,18 @@ public:
    *
    * Due to the way this function writes data to the output stream,
    * the resulting output files correspond to a faithful representation
-   * of the mesh in that all cells are visible for visualization. However,
+   * of the mesh in that all cells are visible for visualization. In general,
    * the data is not in a format that allows reading this file in again
    * through the GridIn class. This is because every vertex of the mesh is
    * duplicated as many times as there are adjacent cells. In other words,
    * every cell has its own, separate set of vertices that are at the
    * same location as the vertices of other cells, but are separately
-   * numbered. If such a file is read in through the GridIn class, then
-   * that will result in a mesh that has the correct cells and vertex
-   * locations, but because the vertices are logically separate (though at
-   * the same locations) all cells are unconnected and have no neighbors
-   * across faces.
+   * numbered.
+   *
+   * In order to create a file that can be read with the GridIn class,
+   * the flag GridOutFlags::Vtu::serialize_triangulation must be set to true. In
+   * this case, the generated vtu file will contain the triangulation in a xml
+   * section which is ignored by general vtu readers.
    */
   template <int dim, int spacedim>
   void

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.