Skip to content

Commit

Permalink
Merge pull request #13372 from tamiko/fix_04
Browse files Browse the repository at this point in the history
Performance tests: minor tweak for timing_step_22
  • Loading branch information
tamiko committed Feb 13, 2022
2 parents 6f159f1 + 35091d8 commit 740980c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/performance/timing_step_22.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
// A performance benchmark based on step 22 that measures timings for system
// setup, assembly, solve and postprocessing for a Stokes problem.
//
// Status: experimental
//

#include <deal.II/base/function.h>
#include <deal.II/base/logstream.h>
Expand Down Expand Up @@ -544,10 +546,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);
}


Expand Down
2 changes: 2 additions & 0 deletions tests/performance/timing_step_3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
// A performance benchmark based on step 3 that measures timings for system
// setup, assembly, solve and postprocessing for a simple Poisson problem.
//
// Status: experimental
//

#include <deal.II/base/function.h>
#include <deal.II/base/quadrature_lib.h>
Expand Down

0 comments on commit 740980c

Please sign in to comment.