From aece1947c32c722754d138dbf439605ec067fd59 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Jul 2023 21:45:20 -0600 Subject: [PATCH] Link to step-86. --- include/deal.II/lac/petsc_ts.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/petsc_ts.h b/include/deal.II/lac/petsc_ts.h index 92a088b309..f266ee9ba3 100644 --- a/include/deal.II/lac/petsc_ts.h +++ b/include/deal.II/lac/petsc_ts.h @@ -203,7 +203,8 @@ namespace PETScWrappers /** * Interface to the PETSc TS solver for Ordinary Differential Equations * and Differential-Algebraic Equations. The TS solver is described in the - * [PETSc manual](https://petsc.org/release/manual/ts/). + * [PETSc manual](https://petsc.org/release/manual/ts/). This class is + * used in step-86. * * This class supports two kinds of formulations. * The explicit formulation: @@ -268,7 +269,7 @@ namespace PETScWrappers * - PETSc style using TimeStepper::implicit_jacobian * and TimeStepper::explicit_jacobian. * - deal.II style using TimeStepper::setup_jacobian and - * TimeStepper::solve_with_jacobian + * TimeStepper::solve_with_jacobian. * * In case both approaches are coded, the deal.II style * will be used. -- 2.39.5