]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Uch, better first compile, then check in, even if these are trivial additions.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Oct 2002 15:34:07 +0000 (15:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Oct 2002 15:34:07 +0000 (15:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@6674 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_dgp.h
deal.II/deal.II/include/fe/fe_dgp_nonparametric.h
deal.II/deal.II/include/fe/fe_dgq.h
deal.II/deal.II/include/fe/fe_nedelec.h
deal.II/deal.II/include/fe/fe_q.h

index 3ea1c2761b131174c987a5a83b110cb7372ad38a..df8e6cbe2d778731651c0963b46d02573f9d6982 100644 (file)
@@ -179,7 +179,7 @@ class FE_DGP : public FiniteElement<dim>
                                       * returns one, and all other
                                       * indices will throw an error.
                                       */
-    virtual unsigned int element_multiplicity (const unsigned int index);
+    virtual unsigned int element_multiplicity (const unsigned int index) const;
     
                                     /**
                                      * Check for non-zero values on a face.
index 58696250a9d2cca07c201817bfd80b71d90d8a6c..b838eaf00fa12ab65927ee9150cb45f20b8a4377 100644 (file)
@@ -189,7 +189,7 @@ class FE_DGPNonparametric : public FiniteElement<dim>
                                       * returns one, and all other
                                       * indices will throw an error.
                                       */
-    virtual unsigned int element_multiplicity (const unsigned int index);
+    virtual unsigned int element_multiplicity (const unsigned int index) const;
     
                                     /**
                                      * Check for non-zero values on a face.
index 99d91998f7fc092587eea1e33174104055929b68..8d411c8685760a88c57363d2440381e243546860 100644 (file)
@@ -179,7 +179,7 @@ class FE_DGQ : public FiniteElement<dim>
                                       * returns one, and all other
                                       * indices will throw an error.
                                       */
-    virtual unsigned int element_multiplicity (const unsigned int index);
+    virtual unsigned int element_multiplicity (const unsigned int index) const;
     
                                     /**
                                      * Check for non-zero values on a face.
index a909a4c35b0fdbd7cd6e057697d282ba7288313d..95d136c0017039c725fea8f1a1657a7de6508a21 100644 (file)
@@ -263,7 +263,7 @@ class FE_Nedelec : public FiniteElement<dim>
                                       * returns one, and all other
                                       * indices will throw an error.
                                       */
-    virtual unsigned int element_multiplicity (const unsigned int index);
+    virtual unsigned int element_multiplicity (const unsigned int index) const;
     
                                     /**
                                      * This function returns
index 5b821b303f347a8251a5cb9e272caa5cbee10a3d..0d7e8c4d7a6adc2e5dee1b0c120022f7837564b9 100644 (file)
@@ -383,7 +383,7 @@ class FE_Q : public FiniteElement<dim>
                                       * returns one, and all other
                                       * indices will throw an error.
                                       */
-    virtual unsigned int element_multiplicity (const unsigned int index);
+    virtual unsigned int element_multiplicity (const unsigned int index) const;
     
                                     /**
                                      * Check for non-zero values on a face.

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.