]> https://gitweb.dealii.org/ - dealii.git/commitdiff
the number of generalized support points may differ from the number of dofs.
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 17 Oct 2005 16:40:11 +0000 (16:40 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 17 Oct 2005 16:40:11 +0000 (16:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@11614 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 6759e03db9969493c8c2d37da82ea8ec05e94c15..30bcebe559914c99c00bd85ac20362da481aac1d 100644 (file)
@@ -468,9 +468,6 @@ FiniteElement<dim>::get_generalized_support_points () const
                                   // support points, but only if
                                   // there are as many as there are
                                   // degrees of freedom
-  Assert ((generalized_support_points.size() == 0) ||
-         (generalized_support_points.size() == this->dofs_per_cell),
-         ExcInternalError());
   return ((generalized_support_points.size() == 0)
          ? unit_support_points
          : generalized_support_points);
@@ -533,9 +530,6 @@ FiniteElement<dim>::get_generalized_face_support_points () const
                                   // support points, but only if
                                   // there are as many as there are
                                   // degrees of freedom on a face
-  Assert ((generalized_face_support_points.size() == 0) ||
-         (generalized_face_support_points.size() == this->dofs_per_face),
-         ExcInternalError());
   return ((generalized_face_support_points.size() == 0)
          ? unit_face_support_points
          : generalized_face_support_points);

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.