From: guido Date: Tue, 26 Jul 2005 09:37:34 +0000 (+0000) Subject: add a little overview X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca8426f5db9f1c09d82f5341424419670bea8cf3;p=dealii-svn.git add a little overview git-svn-id: https://svn.dealii.org/trunk@11201 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/base/dox.h b/deal.II/doc/doxygen/headers/base/dox.h index a2ec74c11f..e7cae40b4a 100644 --- a/deal.II/doc/doxygen/headers/base/dox.h +++ b/deal.II/doc/doxygen/headers/base/dox.h @@ -39,4 +39,18 @@ * * This module collects the classes used for reading and writing * meshes and data. + * + * The list of supported formats can be found in the + * description of the classes + * + * + * For writing data, you would normally use objects of the class + * DataOut (DataOutBase only provides the low level output + * functions). Still, there are some other options for more + * specialized needs, like DataOutFaces, DataOutRotation and + * DataOutStack. */