Dear Dune,<br><br>I find the following lines in the finiteelement.cc file in the dune-grid-howto.(last 3 lines of the code)<br><br><b>  Dune::VTKWriter<GridType::LeafGridView> vtkwriter(grid.leafView());<br>  vtkwriter.addVertexData(p1.u, "u");<br>

  vtkwriter.write("fem2d", Dune::VTKOptions::binaryappended);</b><br><br>But, when I make dune-grid-howto and execute <b>./finiteelement</b> , I do not get fem2d.vtu as an output file which I can visualize with paraview. Please suggest.<br>

<br>