From: Wolfgang Bangerth Date: Sun, 2 Jul 2023 17:15:27 +0000 (-0600) Subject: Link to step-86. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d71243b25343668bebb1bcce857443cc81fb2cb6;p=dealii.git Link to step-86. --- 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