From c4b0158f24ae3df5a306da2df0ed237ab1a432ad Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 20 Sep 2004 16:09:26 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/include/grid/grid_out.h | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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; -- 2.39.5