From: Wolfgang Bangerth Date: Fri, 7 May 2010 22:28:11 +0000 (+0000) Subject: Suppress very small elements. X-Git-Tag: v8.0.0~6126 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef960e927a64f9058b45fbd1399e434feb66840;p=dealii.git Suppress very small elements. git-svn-id: https://svn.dealii.org/trunk@21105 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/rt_8.cc b/tests/fe/rt_8.cc index b25bef2e3a..1984b7a97d 100644 --- a/tests/fe/rt_8.cc +++ b/tests/fe/rt_8.cc @@ -70,6 +70,10 @@ test (const unsigned int degree) += (fe.shape_value_component(i,q_point,d) * fe.shape_value_component(j,q_point,d) * fe.JxW(q_point)); + for (unsigned int i=0; i