From dab3f0d39f59292de9d6580bcb0c17c8dfaa2511 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 25 Jul 2024 18:13:35 -0600 Subject: [PATCH] Deprecate step-52. --- examples/step-52/doc/intro.dox | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/step-52/doc/intro.dox b/examples/step-52/doc/intro.dox index 0b564ada4a..8a6967b6fd 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. In the meantime, this program is deprecated and + will be removed after the deal.II 9.6 release.

Problem statement

-- 2.39.5