From: Wolfgang Bangerth Date: Thu, 31 Aug 2017 23:22:49 +0000 (-0600) Subject: Update the documentation of DataOutBase::Patch. X-Git-Tag: v9.0.0-rc1~1138^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0373d53d1845f539b680d2ebf3b82f8027e839ca;p=dealii.git Update the documentation of DataOutBase::Patch. --- diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index 42301aa8a7..c165694f15 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -216,12 +216,12 @@ namespace DataOutBase * * A patch consists of the following data: * * * See the general documentation of the DataOutBase class for more @@ -243,7 +243,7 @@ namespace DataOutBase static const unsigned int space_dim=spacedim; /** - * Corner points of a patch. Inner points are computed by a multilinear + * Corner points of a patch. Interior points are computed by a multilinear * transformation of the unit cell to the cell specified by these corner * points, if points_are_available==false. * @@ -257,10 +257,9 @@ namespace DataOutBase Point vertices[GeometryInfo::vertices_per_cell]; /** - * Numbers of neighbors of a patch. OpenDX format requires neighbor - * information for advanced output. Here the neighborship relationship of - * patches is stored. During output, this must be transformed into - * neighborship of sub-grid cells. For dim==0 we still allow one + * Patch indices of neighbors of the current patch. This is made available + * for the OpenDX format that requires neighbor + * information for advanced output. For dim==0 we still allow one * neighbor, to avoid compiler warnings about zero-sized arrays. */ unsigned int neighbors[dim > 0