]> https://gitweb.dealii.org/ - dealii.git/commitdiff
avoid deprecated functions in tests
authorTimo Heister <timo.heister@gmail.com>
Mon, 19 Dec 2022 14:39:07 +0000 (09:39 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 19 Dec 2022 19:07:10 +0000 (14:07 -0500)
fixup

fixup

tests/quick_tests/sundials-ida.cc

index 01410e154d2cfe798ca369a25441b75827bb15ff..6cd984410e692ad938634a3122ece8e3be5aae66 100644 (file)
@@ -98,9 +98,9 @@ public:
       return 0;
     };
 
-    time_stepper.solve_jacobian_system = [&](const VectorType &src,
-                                             VectorType &      dst) -> int {
-      Jinv.vmult(dst, src);
+    time_stepper.solve_with_jacobian =
+      [&](const VectorType &rhs, VectorType &dst, const double /*tol*/) -> int {
+      Jinv.vmult(dst, rhs);
       return 0;
     };
 

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.