From: Ariel Date: Thu, 6 Aug 2015 23:47:09 +0000 (-0600) Subject: Fixed typo: simplifiy to simplify in step 18 X-Git-Tag: v8.4.0-rc2~654^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1e12438b6019f4b8794233c2eb49567fb3e76a;p=dealii.git Fixed typo: simplifiy to simplify in step 18 --- diff --git a/examples/step-18/doc/intro.dox b/examples/step-18/doc/intro.dox index a750e9e10d..4e049f8683 100644 --- a/examples/step-18/doc/intro.dox +++ b/examples/step-18/doc/intro.dox @@ -341,7 +341,7 @@ generate graphical output for that subset of cells that it owns, write them into separate files and have a way to display all files for a certain timestep at the same time. This way the code produces one .vtu file per processor per time step. The two common VTK file viewers ParaView and VisIt both support -opening more than one .vtu file at once. To simplifiy the process of picking +opening more than one .vtu file at once. To simplify the process of picking the correct files and allow moving around in time, both support record files that reference all files for a given timestep. Sadly, the record files have a different format between VisIt and Paraview, so we write out both formats.