]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Undo r27988 and 28031 since these are not global DoF indices.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 13 Jan 2013 19:48:42 +0000 (19:48 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 13 Jan 2013 19:48:42 +0000 (19:48 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@28038 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_face.h
deal.II/source/fe/fe_face.cc
deal.II/source/fe/fe_nothing.cc

index 6e6e0337758f1707869bdfd27f71fbfc8a731e48..936c0a286b4d5267a159eeda2680c20de951f2d4 100644 (file)
@@ -83,8 +83,8 @@ public:
    * interface in
    * FiniteElement
    */
-  virtual bool has_support_on_face (const types::global_dof_index shape_index,
-                                    const types::global_dof_index face_index) const;
+  virtual bool has_support_on_face (const unsigned int shape_index,
+                                    const unsigned int face_index) const;
 
 private:
   /**
index 68617b06fba9cea352fd0fc04880681d9deb6de6..85812d966c09ae12a753e66afe8b68124bfb35b6 100644 (file)
@@ -85,8 +85,8 @@ FE_FaceQ<dim,spacedim>::get_name () const
 template <int dim, int spacedim>
 bool
 FE_FaceQ<dim,spacedim>::has_support_on_face (
-  const types::global_dof_index shape_index,
-  const types::global_dof_index face_index) const
+  const unsigned int shape_index,
+  const unsigned int face_index) const
 {
   return (face_index == (shape_index/this->dofs_per_face));
 }
index deca99eafcdd907c44170415d070cc9560b241aa..71b32f25d719c96014a0dd7d4609cc7f15155dd6 100644 (file)
@@ -12,7 +12,6 @@
 //---------------------------------------------------------------------------
 
 #include <deal.II/fe/fe_nothing.h>
-#include <deal.II/base/types.h>
 
 DEAL_II_NAMESPACE_OPEN
 

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.