]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Small changes.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Mar 2001 17:56:14 +0000 (17:56 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Mar 2001 17:56:14 +0000 (17:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@4158 0785d39b-7218-0410-832d-ea1e28bc413d

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

index c5eef93c96f40a7850d165a5bad794fd2ac6b4f1..a287fab7007b7af3594954792e52f8bd32a6aaa0 100644 (file)
@@ -62,7 +62,7 @@
  * coupled to @p{u} at the vertices and the line on the larger cell next to this
  * vertex, there is no interaction with @p{v} and @p{w} of this or the other cell.
  *
- * @author Wolfgang Bangerth, Guido Kanschat, 1999, reimplementation Ralf Hartmann 2001.
+ * @author Wolfgang Bangerth, Guido Kanschat, 1999, partial reimplementation Ralf Hartmann 2001.
  */
 template <int dim>
 class FESystem : public FiniteElement<dim>
@@ -217,13 +217,13 @@ class FESystem : public FiniteElement<dim>
                                      * Compute flags for initial
                                      * update only.
                                      */
-    virtual UpdateFlags update_once (UpdateFlags flags) const;
+    virtual UpdateFlags update_once (const UpdateFlags flags) const;
   
                                     /**
                                      * Compute flags for update on
                                      * each cell.
                                      */
-    virtual UpdateFlags update_each (UpdateFlags flags) const;
+    virtual UpdateFlags update_each (const UpdateFlags flags) const;
 
                                     /**
                                      * @p{clone} function instead of
@@ -232,7 +232,7 @@ class FESystem : public FiniteElement<dim>
                                      * This function is needed by the
                                      * constructors of @p{FESystem}.
                                      */
-    virtual FiniteElement<dim> *clone() const;
+    virtual FiniteElement<dim> * clone() const;
   
                                     /**
                                      * Prepare internal data
@@ -486,7 +486,7 @@ class FESystem : public FiniteElement<dim>
                                          * @p{base_no}th base
                                          * element.
                                          */
-       void set_fe_data(unsigned int base_no,
+       void set_fe_data(const unsigned int                        base_no,
                         typename FiniteElementBase<dim>::InternalDataBase *);
 
                                         /**
@@ -495,7 +495,8 @@ class FESystem : public FiniteElement<dim>
                                          * @p{InternalData} of the
                                          * @p{base_no}th base element.
                                          */    
-       typename FiniteElementBase<dim>::InternalDataBase &get_fe_data(unsigned int base_no) const;
+       typename FiniteElementBase<dim>::InternalDataBase &
+       get_fe_data (const unsigned int base_no) const;
 
 
                                         /**
@@ -505,8 +506,8 @@ class FESystem : public FiniteElement<dim>
                                          * @p{base_no}th base
                                          * element.
                                          */
-       void set_fe_values_data(unsigned int base_no,
-                               FEValuesData<dim> *);
+       void set_fe_values_data (const unsigned int base_no,
+                                FEValuesData<dim> *);
 
                                         /**
                                          * Gives read-access to the
@@ -514,7 +515,7 @@ class FESystem : public FiniteElement<dim>
                                          * @p{FEValuesData} for the
                                          * @p{base_no}th base element.
                                          */    
-       FEValuesData<dim> &get_fe_values_data(unsigned int base_no) const;
+       FEValuesData<dim> & get_fe_values_data (const unsigned int base_no) const;
 
                                         /**
                                          * Deletes the
@@ -579,6 +580,7 @@ class FESystem : public FiniteElement<dim>
 };
 
 
+
 /* ------------------------- inline functions ------------------------- */
 
 template<int dim>

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.