git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@28031
0785d39b-7218-0410-832d-
ea1e28bc413d
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
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
* 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:
/**
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