From 2de50b811c7d85e6ad78a8ee0324847d8db13ff6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 30 Jul 2013 22:15:50 +0000 Subject: [PATCH] Add a brief initial sentence. git-svn-id: https://svn.dealii.org/trunk@30186 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/data_out.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II/include/deal.II/numerics/data_out.h b/deal.II/include/deal.II/numerics/data_out.h index 87cc37fc1d..26cf9b1a53 100644 --- a/deal.II/include/deal.II/numerics/data_out.h +++ b/deal.II/include/deal.II/numerics/data_out.h @@ -861,6 +861,9 @@ protected: /** + * This class is the main class to provide output of data described by finite + * element fields defined on a collection of cells. + * * This class is an actual implementation of the functionality proposed by * the DataOut_DoFData class. It offers a function build_patches() that * generates the patches to be written in some graphics format from the data -- 2.39.5