From: wolf Date: Thu, 14 Apr 2005 23:34:14 +0000 (+0000) Subject: More text. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad65490e261117c9a34f056f32fae25981d3e1c0;p=dealii-svn.git More text. git-svn-id: https://svn.dealii.org/trunk@10503 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex b/deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex index f9906eae7d..656697299c 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex @@ -70,6 +70,8 @@ that belongs to this computation (in the sequential case, this will simply be a single file). They may then later be read in and merged so that we can output a single file in whatever graphical format is requested. +The way to do this is to first instruct the ``DataOutBase'' class to write intermediate format rather than in gmv or any other graphical format. This is simple: just use ``data_out.write_deal_II_intermediate''. + HOW??