]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove dash
authorTimo Heister <timo.heister@gmail.com>
Tue, 29 Oct 2019 06:51:54 +0000 (07:51 +0100)
committerTimo Heister <timo.heister@gmail.com>
Tue, 29 Oct 2019 06:51:54 +0000 (07:51 +0100)
trailing dashes look ugly as the filename is "solution-_0001" etc.

examples/step-18/step-18.cc
examples/step-32/step-32.cc
examples/step-37/step-37.cc
examples/step-40/step-40.cc
examples/step-45/step-45.cc
examples/step-48/step-48.cc
examples/step-55/step-55.cc
examples/step-64/step-64.cu

index b2289a0dd85ddc75e86beece6778e2349e9eba00..b867bfada562bea9b52468f31f9733c5f862925c 100644 (file)
@@ -1273,7 +1273,7 @@ namespace Step18
 
     // Let us open a file and write the data we have generated into it:
     const auto pvtu_master_filename = data_out.write_vtu_with_pvtu_record(
-      "./", "solution-", timestep_no, 4, mpi_communicator);
+      "./", "solution", timestep_no, 4, mpi_communicator);
 
     // The record files must be written only once and not by each processor,
     // so we do this on processor 0:
index cc0998670130bdfda50b12d56dabe22702703c31..9aef5bbe70e2fdf982369bca7c55e3e53a93b5a0 100644 (file)
@@ -3245,7 +3245,7 @@ namespace Step32
 
     static int out_index = 0;
     data_out.write_vtu_with_pvtu_record(
-      "./", "solution-", out_index, 5, MPI_COMM_WORLD);
+      "./", "solution", out_index, 5, MPI_COMM_WORLD);
 
     out_index++;
   }
index 52257c690565a9afb2084b53081a0ff23643be9d..a5b818031a4053831ad0fd7e53efe36fe5b55ec8 100644 (file)
@@ -1132,7 +1132,7 @@ namespace Step37
     flags.compression_level = DataOutBase::VtkFlags::best_speed;
     data_out.set_flags(flags);
     data_out.write_vtu_with_pvtu_record(
-      "./", "solution-", cycle, 3, MPI_COMM_WORLD);
+      "./", "solution", cycle, 3, MPI_COMM_WORLD);
 
     time_details << "Time write output          (CPU/wall) " << time.cpu_time()
                  << "s/" << time.wall_time() << "s\n";
index ea5111f28704ef30f8f4c981d2e96889dbe2456b..6ff3380667b7f41828326b60b63e3dff0bdb53b6 100644 (file)
@@ -576,7 +576,7 @@ namespace Step40
     // in parallel with the help of MPI-IO. Additionally a PVTU record is
     // generated, which groups the written VTU files.
     data_out.write_vtu_with_pvtu_record(
-      "./", "solution-", cycle, 2, mpi_communicator, 8);
+      "./", "solution", cycle, 2, mpi_communicator, 8);
   }
 
 
index f7e21ba318fbfa5706bdfa950a18d30e7ccacfa7..87bb4bc24e2ce9b11975b2be57eb5825816de542 100644 (file)
@@ -740,7 +740,7 @@ namespace Step45
     data_out.build_patches(mapping, degree + 1);
 
     data_out.write_vtu_with_pvtu_record(
-      "./", "solution-", refinement_cycle, 2, MPI_COMM_WORLD);
+      "./", "solution", refinement_cycle, 2, MPI_COMM_WORLD);
   }
 
 
index b613390b596092d648f26405be4fa3e1b5472951..3d2f043a75e971ba3e039638129ae0830b9d5b22 100644 (file)
@@ -501,7 +501,7 @@ namespace Step48
     data_out.build_patches();
 
     data_out.write_vtu_with_pvtu_record(
-      "./", "solution-", timestep_number, 3, MPI_COMM_WORLD);
+      "./", "solution", timestep_number, 3, MPI_COMM_WORLD);
   }
 
 
index 5403611a984011a18f42563be27758f92084565c..c984e7839762af466e9ffab8e4c40d15b133b3fa 100644 (file)
@@ -750,7 +750,7 @@ namespace Step55
     data_out.build_patches();
 
     data_out.write_vtu_with_pvtu_record(
-      "./", "solution-", cycle, 2, mpi_communicator);
+      "./", "solution", cycle, 2, mpi_communicator);
   }
 
 
index 62f6126cec0f980b7eaef3969a73c5995fe44610..28f1cf2dc76a4ea7b357f069efd200fb5e758a34 100644 (file)
@@ -548,7 +548,7 @@ namespace Step64
     flags.compression_level = DataOutBase::VtkFlags::best_speed;
     data_out.set_flags(flags);
     data_out.write_vtu_with_pvtu_record(
-      "./", "solution-", cycle, 2, mpi_communicator);
+      "./", "solution", cycle, 2, mpi_communicator);
 
     Vector<float> cellwise_norm(triangulation.n_active_cells());
     VectorTools::integrate_difference(dof_handler,

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.