From: wolf Date: Fri, 15 Apr 2005 05:10:08 +0000 (+0000) Subject: Few changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22b421f433fb0ce7d1a7065f7f43490f82026b7e;p=dealii-svn.git Few changes. git-svn-id: https://svn.dealii.org/trunk@10506 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 b4b04dba55..4fbd42b085 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 @@ -156,11 +156,11 @@ 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''. This will generate one file +``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. +been generated, and ``NNN'' the number of 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