]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
global_dof_index change for fe_face.h and fe_face.cc
authorkainan.wang <kainan.wang@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Jan 2013 21:16:26 +0000 (21:16 +0000)
committerkainan.wang <kainan.wang@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Jan 2013 21:16:26 +0000 (21:16 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@28031 0785d39b-7218-0410-832d-ea1e28bc413d

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

index c70f1547349d87ce5fea182e1b117f267553e968..9e14aeb1ef5ed27c354148c4552ee77df5117957 100644 (file)
@@ -71,7 +71,7 @@ source/fe/fe_dgp_monomial.cc
 source/fe/fe_dgp_nonparametric.cc
 source/fe/fe_dgq.cc
 source/fe/fe_dg_vector.cc
-source/fe/fe_face.cc
+KAINAN source/fe/fe_face.cc
 source/fe/fe_nedelec.cc
 source/fe/fe_nothing.cc
 source/fe/fe_poly.cc
@@ -293,7 +293,7 @@ GK include/deal.II/fe/fe_dgp_nonparametric.h
 GK include/deal.II/fe/fe_dgq.h
 GK include/deal.II/fe/fe_dg_vector.h
 GK include/deal.II/fe/fe_dg_vector.templates.h
-GK include/deal.II/fe/fe_face.h
+GK/KAINAN include/deal.II/fe/fe_face.h
 GK include/deal.II/fe/fe.h
 GK include/deal.II/fe/fe_nedelec.h
 GK include/deal.II/fe/fe_nothing.h
index 936c0a286b4d5267a159eeda2680c20de951f2d4..6e6e0337758f1707869bdfd27f71fbfc8a731e48 100644 (file)
@@ -83,8 +83,8 @@ public:
    * interface in
    * FiniteElement
    */
-  virtual bool has_support_on_face (const unsigned int shape_index,
-                                    const unsigned int face_index) const;
+  virtual bool has_support_on_face (const types::global_dof_index shape_index,
+                                    const types::global_dof_index face_index) const;
 
 private:
   /**
index 85812d966c09ae12a753e66afe8b68124bfb35b6..68617b06fba9cea352fd0fc04880681d9deb6de6 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 unsigned int shape_index,
-  const unsigned int face_index) const
+  const types::global_dof_index shape_index,
+  const types::global_dof_index face_index) const
 {
   return (face_index == (shape_index/this->dofs_per_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.