]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make update_once and update_each protected.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Mar 2001 17:27:23 +0000 (17:27 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Mar 2001 17:27:23 +0000 (17:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@4156 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_system.h

index 54bae219a13bc475d10f139d915929f1f9267596..ca4a9249f13bbcf215aa483c63c71a956ab1e4f2 100644 (file)
@@ -172,18 +172,6 @@ class FESystem : public FiniteElement<dim>
                                      */
     virtual unsigned int memory_consumption () const;
     
-                                    /**
-                                     * Compute flags for initial
-                                     * update only.
-                                     */
-    virtual UpdateFlags update_once (UpdateFlags flags) const;
-  
-                                    /**
-                                     * Compute flags for update on
-                                     * each cell.
-                                     */
-    virtual UpdateFlags update_each (UpdateFlags flags) const;
-
                                     /**
                                      * Return the support points of
                                      * the trial functions on the
@@ -223,6 +211,18 @@ class FESystem : public FiniteElement<dim>
     virtual void get_unit_face_support_points (typename std::vector<Point<dim-1> > &) const;    
   
   protected:
+                                    /**
+                                     * Compute flags for initial
+                                     * update only.
+                                     */
+    virtual UpdateFlags update_once (UpdateFlags flags) const;
+  
+                                    /**
+                                     * Compute flags for update on
+                                     * each cell.
+                                     */
+    virtual UpdateFlags update_each (UpdateFlags flags) const;
+
                                     /**
                                      * @p{clone} function instead of
                                      * a copy constructor.

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.