]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor adjustment to versions of step-77 in the test suite. 15419/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 21 Jun 2023 15:44:51 +0000 (09:44 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 21 Jun 2023 15:44:51 +0000 (09:44 -0600)
tests/numerics/nonlinear_solver_selector_01.cc
tests/numerics/nonlinear_solver_selector_03.cc
tests/petsc/step-77-snes.cc
tests/sundials/step-77.cc
tests/trilinos/step-77-with-nox.cc

index 958cf1aa38d5f73c9fe187f7db2febb59c8fb776..f858e0f4c0d405dcee9e41b0e1abc0f0cdffcb3b 100644 (file)
@@ -378,7 +378,7 @@ namespace nonlinear_solver_selector_test
       nonlinear_solver.solve_with_jacobian = [&](const Vector<double> &rhs,
                                                  Vector<double> &      dst,
                                                  const double tolerance) {
-        this->solve(rhs, dst, tolerance);
+        solve(rhs, dst, tolerance);
       };
 
       nonlinear_solver.solve(current_solution);
index 1968ca6171319f75c56274af8581ffea9c4ae0c5..fe0d66b2c154d270ee132892a077be356aa2b52d 100644 (file)
@@ -460,7 +460,7 @@ namespace MPI_nonlinear_solver_selector_test
     nonlinear_solver.solve_with_jacobian = [&](const LA::MPI::Vector &rhs,
                                                LA::MPI::Vector &      dst,
                                                const double tolerance) {
-      this->solve(rhs, dst, tolerance);
+      solve(rhs, dst, tolerance);
     };
 
     nonlinear_solver.solve(current_solution);
index 619f3183048666d0760c6813c4c4919040215f9d..94b6acfc59e0a8179b04778ea556b809cd0f258d 100644 (file)
@@ -546,7 +546,7 @@ namespace Step77
               // system.
               nonlinear_solver.solve_with_jacobian = [&](const VectorType &rhs,
                                                          VectorType &dst) {
-                this->solve(rhs, dst);
+                solve(rhs, dst);
 
                 return 0;
               };
index 3706e823e0b8104077b7db791ea4d71c51ae5fac..51a9ed0049317f1dbbbe6b8e17523715aff0d2d2 100644 (file)
@@ -437,7 +437,7 @@ namespace Step77
           nonlinear_solver.solve_with_jacobian = [&](const Vector<double> &rhs,
                                                      Vector<double> &      dst,
                                                      const double tolerance) {
-            this->solve(rhs, dst, tolerance);
+            solve(rhs, dst, tolerance);
           };
 
           nonlinear_solver.solve(current_solution);
index cd21cb3e73927878e5a59d3687782219a600764f..3d5c77f271bca88a6f86a9b0b718cc297c379a17 100644 (file)
@@ -442,7 +442,7 @@ namespace Step77
           nonlinear_solver.solve_with_jacobian = [&](const Vector<double> &rhs,
                                                      Vector<double> &      dst,
                                                      const double tolerance) {
-            this->solve(rhs, dst, tolerance);
+            solve(rhs, dst, tolerance);
           };
 
           nonlinear_solver.solve(current_solution);

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.