From 064f995d0ea1cbe76d4dd18d0f504783f507843c Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 12 Feb 2022 14:44:41 -0600 Subject: [PATCH] performance/timing_step_22: do not write to output file --- tests/performance/timing_step_22.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/performance/timing_step_22.cc b/tests/performance/timing_step_22.cc index b9fdb93f79..b7ff2fa285 100644 --- a/tests/performance/timing_step_22.cc +++ b/tests/performance/timing_step_22.cc @@ -544,10 +544,6 @@ StokesProblem::output_results(const unsigned int refinement_cycle) const DataOut::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); } -- 2.39.5