]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove bogus assertions.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Feb 2003 19:58:02 +0000 (19:58 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Feb 2003 19:58:02 +0000 (19:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@7252 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_nedelec.cc

index 7102b4b0a0715a86f69216dd8bad6cbf60cb5458..dcb0a789bbfba8589cf516b4367e4bf5c7cdd2bd 100644 (file)
@@ -1099,8 +1099,6 @@ FE_Nedelec<dim>::fill_fe_face_values (const Mapping<dim>                   &mapp
        {
                                           // first transform shape
                                           // values...
-         Assert (fe_data.shape_values[k].size() == n_q_points,
-                 ExcInternalError());
          mapping.transform_covariant(&*shape_values.begin(),
                                       &*shape_values.end(),
                                       fe_data.shape_values[k].begin()+offset,
@@ -1153,8 +1151,7 @@ FE_Nedelec<dim>::fill_fe_face_values (const Mapping<dim>                   &mapp
                                            // (J^-1) from the right,
                                            // we have to trick a
                                            // little in between
-         Assert (fe_data.shape_gradients[k].size() == n_q_points,
-                 ExcInternalError());
+                                           // 
                                            // do first transformation
          mapping.transform_covariant(&*shape_grads1.begin(),
                                       &*shape_grads1.end(),
@@ -1242,8 +1239,6 @@ FE_Nedelec<dim>::fill_fe_subface_values (const Mapping<dim>                   &m
        {
                                           // first transform shape
                                           // values...
-         Assert (fe_data.shape_values[k].size() == n_q_points,
-                 ExcInternalError());
          mapping.transform_covariant(&*shape_values.begin(),
                                       &*shape_values.end(),
                                       fe_data.shape_values[k].begin()+offset,
@@ -1296,8 +1291,7 @@ FE_Nedelec<dim>::fill_fe_subface_values (const Mapping<dim>                   &m
                                            // (J^-1) from the right,
                                            // we have to trick a
                                            // little in between
-         Assert (fe_data.shape_gradients[k].size() == n_q_points,
-                 ExcInternalError());
+                                           // 
                                            // do first transformation
          mapping.transform_covariant(&*shape_grads1.begin(),
                                       &*shape_grads1.end(),

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.