From 9ee7325aa1d98d331615a964ab577b0a34dc1844 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 25 May 2021 11:00:27 -0600 Subject: [PATCH] Fix a mistake in the ARKODE interface documentation. --- include/deal.II/sundials/arkode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/sundials/arkode.h b/include/deal.II/sundials/arkode.h index 16ea245344..934aebd433 100644 --- a/include/deal.II/sundials/arkode.h +++ b/include/deal.II/sundials/arkode.h @@ -955,7 +955,7 @@ namespace SUNDIALS /** * A function object that users may supply and that is intended to set up - * all data necessary for the application of jacobian_times_setup(). This + * all data necessary for the application of jacobian_times_vector(). This * function is called by ARKode any time a Jacobian update is required. * The user should compute the Jacobian (or update all the variables that * allow the application of Jacobian). This function is guaranteed to -- 2.39.5