From: wolf Date: Mon, 29 Mar 1999 15:52:40 +0000 (+0000) Subject: Next doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a29b17de97aff668c099087cc3c8380d6f8e68;p=dealii-svn.git Next doc update. git-svn-id: https://svn.dealii.org/trunk@1063 0785d39b-7218-0410-832d-ea1e28bc413d --- 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: