From: wolf Date: Fri, 17 Oct 2003 20:08:42 +0000 (+0000) Subject: Remove an assertion that I now works now, but that takes quite some X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dd6760c9c0ac6a4fc777fb0eeda2ec4f149b81c;p=dealii-svn.git Remove an assertion that I now works now, but that takes quite some computing time to verify. git-svn-id: https://svn.dealii.org/trunk@8104 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/error_estimator.cc b/deal.II/deal.II/source/numerics/error_estimator.cc index ba804ac29d..907dc6edb8 100644 --- a/deal.II/deal.II/source/numerics/error_estimator.cc +++ b/deal.II/deal.II/source/numerics/error_estimator.cc @@ -399,9 +399,6 @@ estimate_some (const Mapping &mapping, ((!neumann_bc.empty() || (coefficients != 0)) ? update_q_points : 0) | -#ifdef DEBUG - update_q_points | -#endif update_normal_vectors)); FEFaceValues fe_face_values_neighbor (mapping, dof_handler.get_fe(), @@ -410,12 +407,7 @@ estimate_some (const Mapping &mapping, FESubfaceValues fe_subface_values (mapping, dof_handler.get_fe(), quadrature, - UpdateFlags( - update_gradients -#ifdef DEBUG - | update_q_points -#endif - )); + update_gradients); active_cell_iterator cell = dof_handler.begin_active(); @@ -1036,25 +1028,6 @@ integrate_over_irregular_face (const DoFHandler &dof_handler, // common @p{subface}. fe_face_values.reinit (neighbor_child, neighbor_neighbor); - // make sure that quadrature - // points match. note that this - // won't hold in 3d if one of - // the lines of the cell is at - // the boundary and if this is - // a curved boundary, since - // then the four subfaces don't - // exactly make up the mother - // cell. so exclude this case - for (unsigned int q=0; qhas_boundary_lines(), - ExcInternalError()); - // store the gradient of the // solution in psi for (unsigned int n=0; n