From: Wolfgang Bangerth Date: Mon, 1 Jul 2024 03:25:37 +0000 (-0600) Subject: Adjust a test. X-Git-Tag: v9.6.0-rc1~145^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64e68cc66302cf0e113625a30cd1fff0465f2b1c;p=dealii.git Adjust a test. --- diff --git a/tests/petsc/petsc_ts_03.cc b/tests/petsc/petsc_ts_03.cc index 402f6cdef3..774cbf4d2b 100644 --- a/tests/petsc/petsc_ts_03.cc +++ b/tests/petsc/petsc_ts_03.cc @@ -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; };