]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doc updates.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 4 May 1998 08:36:55 +0000 (08:36 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 4 May 1998 08:36:55 +0000 (08:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@236 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/base.h
deal.II/deal.II/include/numerics/error_estimator.h

index 88e650243be6487f1b18e3c7c3f4cfc2733308da..ab68ddf70dd948047286a14e80d855176b465852 100644 (file)
@@ -260,6 +260,14 @@ class ProblemBase {
                                      */
     ProblemBase ();
 
+                                    /**
+                                     * Destructor. Declare this only to have
+                                     * a virtual destructor, which is safer
+                                     * as we have virtual functions.
+                                     * It actually does nothing spectacular.
+                                     */
+    virtual ~ProblemBase ();
+
                                     /**
                                      * Use this triangulation and
                                      * degree of freedom object during the
@@ -282,14 +290,6 @@ class ProblemBase {
                                      */
     void clear ();
     
-                                    /**
-                                     * Destructor. Declare this only to have
-                                     * a virtual destructor, which is safer
-                                     * as we have virtual functions.
-                                     * It actually does nothing spectacular.
-                                     */
-    virtual ~ProblemBase ();
-
                                     /**
                                      * Initiate the process of assemblage of
                                      * vectors and system matrix. Use the
@@ -331,7 +331,7 @@ class ProblemBase {
                               const FiniteElement<dim> &fe,
                               const NormType           &norm,
                               const Boundary<dim> &boundary=StraightBoundary<dim>()) const;
-    
+
                                     /**
                                      * Initialize the #DataOut# object with
                                      * the grid and DoF handler used for this
index e4d31301d02e84d4d2bee9c37e470f2fbf37d080..a657083270973c343549f47ed6cf22f35e9b7180 100644 (file)
@@ -82,6 +82,9 @@ class dVector;
    of the elements has to be shifted one level up or down. See the
    documentation for the #FEFaceValues# class for more information about
    technical issues regarding this topic.
+
+   The error estimator returns a vector of estimated errors per cell which
+   can be used to feed rge #Triangulation<dim>::refine_*# functions.
    
    @author Wolfgang Bangerth, 1998; thanks to Franz-Theo Suttmeier for
      clarifications about boundary conditions.

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.