From: Wolfgang Bangerth Date: Wed, 24 Jul 2024 17:19:54 +0000 (-0600) Subject: Mention step-86 in step-52. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6988e68019a592e5ee367fccc3d39f2dd52bc9e;p=dealii.git Mention step-86 in step-52. --- diff --git a/examples/step-52/doc/intro.dox b/examples/step-52/doc/intro.dox index 0b564ada4a..45e48eb4f6 100644 --- a/examples/step-52/doc/intro.dox +++ b/examples/step-52/doc/intro.dox @@ -15,6 +15,12 @@ step-26 but, since the purpose of this program is only to demonstrate using more advanced ways to interface with deal.II's time stepping algorithms, only solves a simple problem on a uniformly refined mesh. +@note At the end of the day, time stepping is a problem that is only solved + efficiently if you use adaptive time step selection and error control. + This is implemented in many external libraries, but not in deal.II itself. + You may want to consider looking at step-86 for a worked out example. + +

Problem statement