From: Wolfgang Bangerth Date: Wed, 23 Jun 1999 12:34:58 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~21854 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f8d757812b8481a01fc98a5373bfb5171e0fd9;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@1448 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 299e940ceb..7f05f80178 100644 --- a/deal.II/deal.II/include/grid/grid_out.h +++ b/deal.II/deal.II/include/grid/grid_out.h @@ -16,7 +16,10 @@ * encapsulated postscript format. There are also function to dispatch to * the different output functions based on a parameter given, e.g., through * a parameter file, thus making user programs invariant of the number and - * names of the file formats implemented in this class. + * names of the file formats implemented in this class. The main advantage of + * this class over the #DataOut# class is that it does not have to mess around + * with actual data vectors and that no #DoFHandler# object is needed to + * write the pure geometrical information involved here. * * * \subsection{GNUPLOT format}