From 0373d53d1845f539b680d2ebf3b82f8027e839ca Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 31 Aug 2017 17:22:49 -0600 Subject: [PATCH] Update the documentation of DataOutBase::Patch. --- include/deal.II/base/data_out_base.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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 -- 2.39.5