]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Doc update.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Aug 1999 08:45:15 +0000 (08:45 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Aug 1999 08:45:15 +0000 (08:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@1708 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/time_dependent.h

index 5903a36af471825e024e9c4f7d2ffdbf5966337e..4c58be489ba1a869f063e47a73d83eae2d9da704 100644 (file)
@@ -457,6 +457,18 @@ class TimeDependent
                                      * There is another function,
                                      * #add_timestep#, which inserts a
                                      * time step at the end of the list.
+                                     *
+                                     * Note that this function does not
+                                     * change the timestep numbers stored
+                                     * within the other timestep objects,
+                                     * nor does it set the timestep number
+                                     * of this new timestep. This is only
+                                     * done upon calling the #start_sweep#
+                                     * function. In not changing the timestep
+                                     * numbers, it is simpler to operate
+                                     * on a space-time triangulation since
+                                     * one can always use the timestep numbers
+                                     * that were used in the previous sweep.
                                      */
     void insert_timestep (TimeStepBase      *new_timestep,
                          const unsigned int position);
@@ -477,6 +489,19 @@ class TimeDependent
                                      * Deletion of the object by the
                                      * destructor is done through this
                                      * function also.
+                                     *
+                                     * Note that this function does
+                                     * not change the timestep
+                                     * numbers stored within the
+                                     * other timestep objects. This
+                                     * is only done upon calling the
+                                     * #start_sweep# function. In not
+                                     * changing the timestep numbers,
+                                     * it is simpler to operate on a
+                                     * space-time triangulation since
+                                     * one can always use the
+                                     * timestep numbers that were
+                                     * used in the previous sweep.
                                      */
     void delete_timestep (const unsigned int position);
     

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.