From: wolf Date: Thu, 25 Jul 2002 14:09:46 +0000 (+0000) Subject: Remove "checked" comments, and reindent everything. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed856cbe5548f0b13702ce6e356ac7fb89c9a06;p=dealii-svn.git Remove "checked" comments, and reindent everything. git-svn-id: https://svn.dealii.org/trunk@6282 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_nedelec_2d.cc b/deal.II/deal.II/source/fe/fe_nedelec_2d.cc index 1b32e5b5f1..b10aabea8a 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec_2d.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec_2d.cc @@ -34,11 +34,10 @@ namespace FE_Nedelec_2d static const double q1_into_q1_refined_1[] = { -//[Anna]:done 1., 0., 0., 0., 0., 1., 0., 0., 0.5, 0., 0.5, 0., - 0., 0.5, 0., 0.5, + 0., 0.5, 0., 0.5, }; static const double q1_into_q1_refined_2[] = @@ -65,16 +64,16 @@ template <> const double * const FE_Nedelec<2>::Matrices::embedding[][GeometryInfo<2>::children_per_cell] = { - { FE_Nedelec_2d::q1_into_q1_refined_0, FE_Nedelec_2d::q1_into_q1_refined_1, - FE_Nedelec_2d::q1_into_q1_refined_2, FE_Nedelec_2d::q1_into_q1_refined_3 } + { FE_Nedelec_2d::q1_into_q1_refined_0, FE_Nedelec_2d::q1_into_q1_refined_1, + FE_Nedelec_2d::q1_into_q1_refined_2, FE_Nedelec_2d::q1_into_q1_refined_3 } }; template <> const unsigned int FE_Nedelec<2>::Matrices::n_embedding_matrices - = sizeof(FE_Nedelec<2>::Matrices::embedding) / - sizeof(FE_Nedelec<2>::Matrices::embedding[0]); += sizeof(FE_Nedelec<2>::Matrices::embedding) / +sizeof(FE_Nedelec<2>::Matrices::embedding[0]); // Constraint matrices: how do the new value on child faces depend on @@ -99,15 +98,15 @@ template <> const double * const FE_Nedelec<2>::Matrices::constraint_matrices[] = { - FE_Nedelec_2d::constraint_q1 + FE_Nedelec_2d::constraint_q1 }; template <> const unsigned int FE_Nedelec<2>::Matrices::n_constraint_matrices - = sizeof(FE_Nedelec<2>::Matrices::constraint_matrices) / - sizeof(FE_Nedelec<2>::Matrices::constraint_matrices[0]); += sizeof(FE_Nedelec<2>::Matrices::constraint_matrices) / +sizeof(FE_Nedelec<2>::Matrices::constraint_matrices[0]); diff --git a/deal.II/deal.II/source/fe/fe_nedelec_3d.cc b/deal.II/deal.II/source/fe/fe_nedelec_3d.cc index 03f3af10da..b4df5e25b0 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec_3d.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec_3d.cc @@ -23,133 +23,133 @@ namespace FE_Nedelec_3d { static const double q1_into_q1_refined_0[] = { - 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., - 0., 0.5, 0., 0.5, 0., 0., 0., 0.,0.,0.,0.,0., - 0.5, 0., 0.5, 0., 0., 0., 0., 0.,0.,0.,0.,0., - 0., 0., 0., 1., 0., 0., 0., 0.,0.,0.,0.,0., - 0.5, 0., 0., 0., 0.5, 0., 0., 0.,0.,0.,0.,0., - 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., - 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., - 0., 0., 0., 0.5, 0., 0., 0., 0.5,0.,0.,0.,0., - 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, - 0., 0., 0., 0., 0., 0., 0., 0., 0.5, .0, 0., 0.5, + 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., + 0., 0.5, 0., 0.5, 0., 0., 0., 0.,0.,0.,0.,0., + 0.5, 0., 0.5, 0., 0., 0., 0., 0.,0.,0.,0.,0., + 0., 0., 0., 1., 0., 0., 0., 0.,0.,0.,0.,0., + 0.5, 0., 0., 0., 0.5, 0., 0., 0.,0.,0.,0.,0., + 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., + 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., + 0., 0., 0., 0.5, 0., 0., 0., 0.5,0.,0.,0.,0., + 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, + 0., 0., 0., 0., 0., 0., 0., 0., 0.5, .0, 0., 0.5, }; static const double q1_into_q1_refined_1[] = { - 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., - 0., 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., - 0.5, 0., 0.5, 0., 0., 0., 0., 0.,0.,0.,0.,0., - 0., 0.5, 0., 0.5, 0., 0., 0., 0.,0.,0.,0.,0., - 0.5, 0., 0., 0., 0.5, 0., 0., 0.,0.,0.,0.,0., - 0., 0.5, 0., 0., 0., 0.5, 0., 0.,0.,0.,0.,0., - 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., - 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., - 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, + 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., + 0., 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., + 0.5, 0., 0.5, 0., 0., 0., 0., 0.,0.,0.,0.,0., + 0., 0.5, 0., 0.5, 0., 0., 0., 0.,0.,0.,0.,0., + 0.5, 0., 0., 0., 0.5, 0., 0., 0.,0.,0.,0.,0., + 0., 0.5, 0., 0., 0., 0.5, 0., 0.,0.,0.,0.,0., + 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., + 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., + 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, }; static const double q1_into_q1_refined_2[] = { - 0.5, 0., 0.5, 0., 0., 0., 0., 0.,0.,0.,0.,0., - 0., 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., - 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., - 0., 0.5, 0., 0.5, 0., 0., 0., 0.,0.,0.,0.,0., - 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., - 0., 0.5, 0., 0., 0., 0.5, 0., 0.,0.,0.,0.,0., - 0., 0., 0.5, 0., 0., 0., 0.5, 0.,0.,0.,0.,0., - 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., - 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, + 0.5, 0., 0.5, 0., 0., 0., 0., 0.,0.,0.,0.,0., + 0., 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., + 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., + 0., 0.5, 0., 0.5, 0., 0., 0., 0.,0.,0.,0.,0., + 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., + 0., 0.5, 0., 0., 0., 0.5, 0., 0.,0.,0.,0.,0., + 0., 0., 0.5, 0., 0., 0., 0.5, 0.,0.,0.,0.,0., + 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., + 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, }; static const double q1_into_q1_refined_3[] = { - 0.5, 0., 0.5, 0., 0., 0., 0., 0.,0.,0.,0.,0., - 0., 0.5, 0., 0.5, 0., 0., 0., 0.,0.,0.,0.,0., - 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., - 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., 0., - 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., - 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., - 0., 0., 0.5, 0., 0., 0., 0.5, 0.,0.,0.,0.,0., - 0., 0., 0., 0.5, 0., 0., 0., 0.5,0.,0.,0.,0., - 0., 0., 0., 0., 0., 0., 0., 0.,0.5,0.,0.,0.5, - 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 1., + 0.5, 0., 0.5, 0., 0., 0., 0., 0.,0.,0.,0.,0., + 0., 0.5, 0., 0.5, 0., 0., 0., 0.,0.,0.,0.,0., + 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., + 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., 0., + 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., + 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., + 0., 0., 0.5, 0., 0., 0., 0.5, 0.,0.,0.,0.,0., + 0., 0., 0., 0.5, 0., 0., 0., 0.5,0.,0.,0.,0., + 0., 0., 0., 0., 0., 0., 0., 0.,0.5,0.,0.,0.5, + 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 1., }; static const double q1_into_q1_refined_4[] = { - 0.5, 0., 0., 0., 0.5, 0., 0., 0.,0.,0.,0.,0., - 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., - 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., - 0., 0., 0., 0.5, 0., 0., 0., 0.5, 0., 0., 0., 0., - 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., - 0., 0., 0., 0., 0., 0.5, 0., 0.5,0.,0.,0.,0., - 0., 0., 0., 0., 0.5, 0., 0.5, 0.,0.,0.,0.,0., - 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, - 0., 0., 0., 0., 0., 0., 0., 0.,0.5,0.,0.,0.5, + 0.5, 0., 0., 0., 0.5, 0., 0., 0.,0.,0.,0.,0., + 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., + 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., + 0., 0., 0., 0.5, 0., 0., 0., 0.5, 0., 0., 0., 0., + 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., + 0., 0., 0., 0., 0., 0.5, 0., 0.5,0.,0.,0.,0., + 0., 0., 0., 0., 0.5, 0., 0.5, 0.,0.,0.,0.,0., + 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, + 0., 0., 0., 0., 0., 0., 0., 0.,0.5,0.,0.,0.5, }; static const double q1_into_q1_refined_5[] = { - 0.5, 0., 0., 0., 0.5, 0., 0., 0.,0.,0.,0.,0., - 0., 0.5, 0., 0., 0., 0.5, 0., 0.,0.,0.,0.,0., - 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., - 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., - 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., - 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., - 0., 0., 0., 0., 0.5, 0., 0.5, 0.,0.,0.,0.,0., - 0., 0., 0., 0., 0., 0.5, 0., 0.5,0.,0.,0.,0., - 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, + 0.5, 0., 0., 0., 0.5, 0., 0., 0.,0.,0.,0.,0., + 0., 0.5, 0., 0., 0., 0.5, 0., 0.,0.,0.,0.,0., + 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., + 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., + 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., + 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., + 0., 0., 0., 0., 0.5, 0., 0.5, 0.,0.,0.,0.,0., + 0., 0., 0., 0., 0., 0.5, 0., 0.5,0.,0.,0.,0., + 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, }; static const double q1_into_q1_refined_6[] = { - 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., - 0., 0.5, 0., 0., 0., 0.5, 0., 0.,0.,0.,0.,0., - 0., 0., 0.5, 0., 0., 0., 0.5, 0.,0.,0.,0.,0., - 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., - 0., 0., 0., 0., 0.5, 0., 0.5, 0.,0.,0.,0.,0., - 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., - 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., - 0., 0., 0., 0., 0., 0.5, 0., 0.5, 0., 0., 0., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, + 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., + 0., 0.5, 0., 0., 0., 0.5, 0., 0.,0.,0.,0.,0., + 0., 0., 0.5, 0., 0., 0., 0.5, 0.,0.,0.,0.,0., + 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., + 0., 0., 0., 0., 0.5, 0., 0.5, 0.,0.,0.,0.,0., + 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., + 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., + 0., 0., 0., 0., 0., 0.5, 0., 0.5, 0., 0., 0., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 1., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, }; static const double q1_into_q1_refined_7[] = { - 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., - 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., - 0., 0., 0.5, 0., 0., 0., 0.5, 0.,0.,0.,0.,0., - 0., 0., 0., 0.5, 0., 0., 0., 0.5,0.,0.,0.,0., - 0., 0., 0., 0., 0.5, 0., 0.5, 0.,0.,0.,0.,0., - 0., 0., 0., 0., 0., 0.5, 0., 0.5,0.,0.,0.,0., - 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., - 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., - 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0., 0., 0.5, - 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, - 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.1, + 0.25, 0., 0.25, 0., 0.25, 0., 0.25, 0.,0.,0.,0.,0., + 0., 0.25, 0., 0.25, 0., 0.25, 0., 0.25,0.,0.,0.,0., + 0., 0., 0.5, 0., 0., 0., 0.5, 0.,0.,0.,0.,0., + 0., 0., 0., 0.5, 0., 0., 0., 0.5,0.,0.,0.,0., + 0., 0., 0., 0., 0.5, 0., 0.5, 0.,0.,0.,0.,0., + 0., 0., 0., 0., 0., 0.5, 0., 0.5,0.,0.,0.,0., + 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., + 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., + 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0., 0., 0.5, + 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0.25, 0.25, 0.25, + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.5, 0.5, + 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.1, }; }; // namespace FE_Nedelec_3d @@ -161,18 +161,18 @@ template <> const double * const FE_Nedelec<3>::Matrices::embedding[][GeometryInfo<3>::children_per_cell] = { - { FE_Nedelec_3d::q1_into_q1_refined_0, FE_Nedelec_3d::q1_into_q1_refined_1, - FE_Nedelec_3d::q1_into_q1_refined_2, FE_Nedelec_3d::q1_into_q1_refined_3, - FE_Nedelec_3d::q1_into_q1_refined_4, FE_Nedelec_3d::q1_into_q1_refined_5, - FE_Nedelec_3d::q1_into_q1_refined_6, FE_Nedelec_3d::q1_into_q1_refined_7 } + { FE_Nedelec_3d::q1_into_q1_refined_0, FE_Nedelec_3d::q1_into_q1_refined_1, + FE_Nedelec_3d::q1_into_q1_refined_2, FE_Nedelec_3d::q1_into_q1_refined_3, + FE_Nedelec_3d::q1_into_q1_refined_4, FE_Nedelec_3d::q1_into_q1_refined_5, + FE_Nedelec_3d::q1_into_q1_refined_6, FE_Nedelec_3d::q1_into_q1_refined_7 } }; template <> const unsigned int FE_Nedelec<3>::Matrices::n_embedding_matrices - = sizeof(FE_Nedelec<3>::Matrices::embedding) / - sizeof(FE_Nedelec<3>::Matrices::embedding[0]); += sizeof(FE_Nedelec<3>::Matrices::embedding) / +sizeof(FE_Nedelec<3>::Matrices::embedding[0]); @@ -199,7 +199,7 @@ template <> const double * const FE_Nedelec<3>::Matrices::constraint_matrices[] = { - FE_Nedelec_3d::constraint_q1 + FE_Nedelec_3d::constraint_q1 }; @@ -207,8 +207,8 @@ FE_Nedelec<3>::Matrices::constraint_matrices[] = template <> const unsigned int FE_Nedelec<3>::Matrices::n_constraint_matrices - = sizeof(FE_Nedelec<3>::Matrices::constraint_matrices) / - sizeof(FE_Nedelec<3>::Matrices::constraint_matrices[0]); += sizeof(FE_Nedelec<3>::Matrices::constraint_matrices) / +sizeof(FE_Nedelec<3>::Matrices::constraint_matrices[0]);