From e2c7a2bbeaec584ab22fec7fa5acd80a91f1de97 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 23 Jun 1999 12:34:58 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@1448 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_out.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} -- 2.39.5