]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Generate VTU output.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 8 Feb 2012 07:42:30 +0000 (07:42 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 8 Feb 2012 07:42:30 +0000 (07:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@25011 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-43/step-43.cc

index 7b71d485b162cd6dc8a992b680060ff9fd6b5b4b..57bb90b48079c298489cdf89b2682b4a5e141e48 100644 (file)
@@ -2334,9 +2334,9 @@ namespace Step43
     data_out.build_patches ();
 
     std::string filename = "solution-" +
-                          Utilities::int_to_string (timestep_number, 5) + ".tec";
+                          Utilities::int_to_string (timestep_number, 5) + ".vtu";
     std::ofstream output (filename.c_str());
-    data_out.write_tecplot (output);
+    data_out.write_vtu (output);
   }
 
 

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.