Skip to content

Commit

Permalink
fixes a redundant paragraph in Step-4 tutorial (since vtk format was …
Browse files Browse the repository at this point in the history
…already introduced in step-3)
  • Loading branch information
krishnakumarg1984 committed Jan 7, 2020
1 parent 3900dd8 commit b191f90
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/step-4/step-4.cc
Expand Up @@ -469,14 +469,6 @@ void Step4<dim>::solve()
// This function also does what the respective one did in step-3. No changes
// here for dimension independence either.
//
// The only difference to the previous example is that we want to write output
// in VTK format, rather than for gnuplot. VTK format is currently the most
// widely used one and is supported by a number of visualization programs such
// as Visit and Paraview (for ways to obtain these programs see the ReadMe
// file of deal.II). To write data in this format, we simply replace the
// <code>data_out.write_gnuplot</code> call by
// <code>data_out.write_vtk</code>.
//
// Since the program will run both 2d and 3d versions of the Laplace solver,
// we use the dimension in the filename to generate distinct filenames for
// each run (in a better program, one would check whether <code>dim</code> can
Expand Down

0 comments on commit b191f90

Please sign in to comment.