From 7ab1a7a07b22e0630b83998c0ae277ecbdacea56 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 1 Jul 2024 17:10:34 -0600 Subject: [PATCH] Fix the spelling of a class. --- include/deal.II/sundials/ida.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/sundials/ida.h b/include/deal.II/sundials/ida.h index cece278c32..68de04aa1b 100644 --- a/include/deal.II/sundials/ida.h +++ b/include/deal.II/sundials/ida.h @@ -62,7 +62,7 @@ namespace SUNDIALS * The class IDA is a wrapper to SUNDIALS Implicit Differential-Algebraic * solver which is a general purpose solver for systems of * Differential-Algebraic Equations (DAEs). Another class that can solve - * this set of equations is PETScWrappers::TS. + * this set of equations is PETScWrappers::TimeStepper. * * The user has to provide the implementation of the following std::functions: * - reinit_vector; -- 2.39.5