From: Wolfgang Bangerth Date: Tue, 4 Jul 2023 03:45:20 +0000 (-0600) Subject: Link to step-86. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aece1947c32c722754d138dbf439605ec067fd59;p=dealii.git Link to step-86. --- 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.