]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Next doc update -- forgot one thing.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Mar 1999 16:10:26 +0000 (16:10 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Mar 1999 16:10:26 +0000 (16:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@1064 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 4f49260427a2c69e6a29e921c6a68578ada44769..fe4bd3f26dfa9065e51bb35ddc81d842030bb8f9 100644 (file)
@@ -1376,6 +1376,10 @@ struct TimeStepBase_Tria<dim>::Flags
  *   scheme is adopted to allow for stricter corrections in later sweeps
  *   while the relaxations may be more generous in the first sweeps.
  *
+ *   There is a static variable #default_correction_relaxations# which you
+ *   can use as a default value. It is an empty list and thus defines no
+ *   relaxations.
+ *
  * \item #cell_number_correction_steps#: Usually, if you want the number of
  *   cells to be corrected, the target corridor for the cell number is computed
  *   and some additional cells are flagged or flags are removed. But since
@@ -1422,6 +1426,12 @@ struct TimeStepBase_Tria<dim>::RefinementFlags
                                      */
     typedef vector<vector<pair<unsigned int, double> > >   CorrectionRelaxations;
 
+                                    /**
+                                     * Default values for the relaxations:
+                                     * no relaxations.
+                                     */
+    static CorrectionRelaxations default_correction_relaxations;
+
                                     /**
                                      * Constructor. The default values are
                                      * chosen such that almost no restriction
@@ -1531,13 +1541,6 @@ struct TimeStepBase_Tria<dim>::RefinementFlags
     DeclException1 (ExcInvalidValue,
                    int,
                    << "The following value does not fulfil the requirements: " << arg1);
-
-  private:
-                                    /**
-                                     * Default values for the relaxations:
-                                     * no relaxations.
-                                     */
-    static CorrectionRelaxations default_correction_relaxations;    
 };
 
 

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.