]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Merge pull request #8492 from tjhei/step-49-cleanup
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 22 Oct 2019 01:41:36 +0000 (19:41 -0600)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2019 01:41:36 +0000 (19:41 -0600)
step-49: switch to vtu and add possible extensions

1  2 
examples/step-49/doc/intro.dox
examples/step-49/step-49.cc

Simple merge
index 2ba3480bff017e31b8f76a1728392af3b74aaaff,0787c9fd218efd1b89c61f91fc5e7a0ca8b362e0..60eed23c7fb696e80948b5c0255c56c0fe8814c7
@@@ -113,10 -113,10 +113,10 @@@ void grid_1(
  
    GridIn<2> gridin;
    gridin.attach_triangulation(triangulation);
 -  std::ifstream f("untitled.msh");
 +  std::ifstream f("example.msh");
    gridin.read_msh(f);
  
-   print_mesh_info(triangulation, "grid-1.eps");
+   print_mesh_info(triangulation, "grid-1.vtu");
  }
  
  

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.