From 80a29b17de97aff668c099087cc3c8380d6f8e68 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 29 Mar 1999 15:52:40 +0000 Subject: [PATCH] Next doc update. git-svn-id: https://svn.dealii.org/trunk@1063 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/time_dependent.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/time_dependent.h b/deal.II/deal.II/include/numerics/time_dependent.h index 19027d63f7..4f49260427 100644 --- a/deal.II/deal.II/include/numerics/time_dependent.h +++ b/deal.II/deal.II/include/numerics/time_dependent.h @@ -610,7 +610,15 @@ void TimeDependent::do_loop (InitFunctionObject init_function, - +/** + * Base class for a time step in time dependent problems. This class provides + * barely more than the basic framework, defining the necessary virtual + * functions (namely #sleep# and #wake_up#), the interface to previous + * and following grids, and some functions to be called before a new loop + * over all time steps is started. + * + * @author Wolfgang Bangerth, 1999 + */ class TimeStepBase : public Subscriptor { public: -- 2.39.5