From d71243b25343668bebb1bcce857443cc81fb2cb6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 2 Jul 2023 11:15:27 -0600 Subject: [PATCH] Link to step-86. --- examples/step-26/doc/results.dox | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/step-26/doc/results.dox b/examples/step-26/doc/results.dox index db8010651f..6a69efd0d9 100644 --- a/examples/step-26/doc/results.dox +++ b/examples/step-26/doc/results.dox @@ -103,9 +103,11 @@ not be implementing finite element methods by hand but use deal.II instead. Indeed, deal.II has interfaces to one such time stepping library, [SUNDIALS](https://computing.llnl.gov/projects/sundials), already available. In particular, the SUNDIALS::ARKode class would make for a great starting -point for the use of much better (and much more accurate) time steppers; +point for the use of much better (and much more accurate) time steppers, +as would PETScWrappers::TimeStepper; the methods one would then get also implement the automatic time step -control mentioned above. +control mentioned above. To see how this works, take a look at +step-86.

Better refinement criteria

-- 2.39.5