From: Guido Kanschat Date: Tue, 26 Jul 2005 09:37:34 +0000 (+0000) Subject: add a little overview X-Git-Tag: v8.0.0~13365 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721e91988b11e858781a60662ee713d6976a0ae1;p=dealii.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. */