]> https://gitweb.dealii.org/ - dealii.git/commitdiff
performance/timing_step_22: do not write to output file
authorMatthias Maier <tamiko@43-1.org>
Sat, 12 Feb 2022 20:44:41 +0000 (14:44 -0600)
committerMatthias Maier <tamiko@43-1.org>
Sat, 12 Feb 2022 20:44:41 +0000 (14:44 -0600)
tests/performance/timing_step_22.cc

index b9fdb93f796cbb1d3a8d2a54c510ae925dca244f..b7ff2fa28585206cc1551d598938d6bd924fa7c8 100644 (file)
@@ -544,10 +544,6 @@ StokesProblem<dim>::output_results(const unsigned int refinement_cycle) const
                            DataOut<dim>::type_dof_data,
                            data_component_interpretation);
   data_out.build_patches();
-
-  std::ofstream output("solution-" +
-                       Utilities::int_to_string(refinement_cycle, 2) + ".vtk");
-  data_out.write_vtk(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.