From 51768705c32edcd782e89224da6ed80c58e1f0b1 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 14 Apr 2005 23:38:33 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@10504 0785d39b-7218-0410-832d-ea1e28bc413d --- .../chapter-2.step-by-step/step-18.data/intro.tex | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 656697299c..2dadd395cb 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,7 +70,17 @@ 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''. +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''. This will generate one file +called ``solution-TTTT.TTTT.d2'' if there is only one processor, or +files ``solution-TTTT.TTTT.NNN.d2'' if this is really a parallel +job. Here, ``TTTT.TTTT'' denotes the time for which this output has +been generated, and ``NNN'' the MPI process that did this. + +The next step is to convert this file or these files into whatever +format you like. For this, there is a program HOW?? -- 2.39.5