]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust a test.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 9 Jul 2024 16:46:20 +0000 (10:46 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 9 Jul 2024 16:46:20 +0000 (10:46 -0600)
tests/petsc/petsc_ts_03.cc

index c2f9f7c72b4fe7f13e386e66e5fe707481da1180..56165a34b16c2eb55145ecbf5e3360fb5ecadf79 100644 (file)
@@ -187,8 +187,10 @@ public:
     };
 
     // This callback is called if decide_and_prepare_for_remeshing returns true.
-    time_stepper.interpolate = [&](const std::vector<VectorType> &all_in,
-                                   std::vector<VectorType> &all_out) -> void {
+    time_stepper.transfer_solution_vectors_to_new_mesh =
+      [&](const double /* t */,
+          const std::vector<VectorType> &all_in,
+          std::vector<VectorType>       &all_out) -> void {
       deallog << "Interpolate" << std::endl;
       for (auto &v : all_in)
         all_out.push_back(v);

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.