From: hartmann Date: Mon, 20 Sep 2004 16:09:26 +0000 (+0000) Subject: Doc update of the GridOutFlags::Gnuplot::n_boundary_face_points variable. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36fd5ee86715389f9df3594252d42b7007d0ef25;p=dealii-svn.git Doc update of the GridOutFlags::Gnuplot::n_boundary_face_points variable. git-svn-id: https://svn.dealii.org/trunk@9648 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_out.h b/deal.II/deal.II/include/grid/grid_out.h index 1cfc342181..4163e4385d 100644 --- a/deal.II/deal.II/include/grid/grid_out.h +++ b/deal.II/deal.II/include/grid/grid_out.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -144,11 +144,15 @@ namespace GridOutFlags bool write_cell_numbers; /** - * This is the number of - * points on a boundary face, - * that are ploted - * additionally to the - * vertices of the face. + * Based on the vertices of the + * face and + * n_boundary_face_points + * additional points a tensor + * product mesh (tranformed to + * the real space) of + * $(n_boundary_face_points+2)^{dim-1}$ + * points is plotted on each + * boundary face. */ unsigned int n_boundary_face_points;