]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust a test.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 1 Jul 2024 03:25:37 +0000 (21:25 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 2 Jul 2024 16:54:47 +0000 (10:54 -0600)
tests/petsc/petsc_ts_03.cc

index 402f6cdef3841b571e675a77389b232f4da71446..774cbf4d2ba5f62ce2a9f78f281d6dc346ae9595 100644 (file)
@@ -172,7 +172,8 @@ public:
 
     // This callback is invoked after a successful stage.
     // Here we only print that the callback is invoked.
-    time_stepper.distribute = [&](const real_type t, VectorType &) -> void {
+    time_stepper.update_constrained_components = [&](const real_type t,
+                                                     VectorType &) -> void {
       deallog << "Distribute at time " << t << std::endl;
     };
 

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.