From: Guido Kanschat Date: Mon, 13 Sep 2010 20:41:52 +0000 (+0000) Subject: another unsigned int... X-Git-Tag: v8.0.0~5520 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e51d42da929a82a4e0cd6455160ad7e339410549;p=dealii.git another unsigned int... git-svn-id: https://svn.dealii.org/trunk@21953 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_nedelec.cc b/deal.II/deal.II/source/fe/fe_nedelec.cc index 0a07eb57ea..36a90a9606 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec.cc @@ -1754,10 +1754,9 @@ const template void FE_Nedelec::get_subface_interpolation_matrix( - const FiniteElement&, - const unsigned int, - FullMatrix&) -const + const FiniteElement&, + const unsigned int, + FullMatrix&) const { Assert (false, ExcNotImplemented ()); } @@ -1782,9 +1781,10 @@ const // exist). template void -FE_Nedelec::get_subface_interpolation_matrix - (const FiniteElement& source, const unsigned int subface, - FullMatrix& interpolation_matrix) const +FE_Nedelec::get_subface_interpolation_matrix( + const FiniteElement& source, + const unsigned int subface, + FullMatrix& interpolation_matrix) const { // this is only implemented, if the // source FE is also a @@ -2055,6 +2055,9 @@ FE_Nedelec::get_subface_interpolation_matrix lobatto_polynomials_grad[i] = lobatto_polynomials[i + 1].derivative (); +//TODO:[Markus Buerg] We should not need those, since the projections +//on each face should just be copies of each other. + // Shifted and scaled // quadrature points on // the four edges of a @@ -5594,8 +5597,7 @@ const + GeometryInfo::lines_per_cell * n_edge_points]; - for (unsigned int i = 2; - i < GeometryInfo::lines_per_face; ++i) + for (int i = 2; i < (int) GeometryInfo::lines_per_face; ++i) for (unsigned int j = 0; j <= deg; ++j) tmp -= local_dofs[edge_indices[face][i] * this->degree + j]