]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add comment on why tests fail at present
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 4 Aug 2006 21:11:43 +0000 (21:11 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 4 Aug 2006 21:11:43 +0000 (21:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@13603 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/rt_2.cc
tests/fe/rt_11.cc
tests/fe/rt_13.cc
tests/fe/rt_14.cc
tests/fe/rt_15.cc

index d3f1842cd1cf3a5e8aa381d7aad5baf3f3407d1e..6841d605be260d7b28d8132ab60a12e2adecc927 100644 (file)
 // the normal component for the Raviart-Thomas element
 //
 // Test adapted from a small program by Oliver Kayser-Herold.
+//
+// the test presently fails because of the issue with computing the
+// normals using FEFaceValue, where FEFaceValue by accident uses the
+// *face* mapping, not the *cell* mapping to compute the Piola
+// transform (leading to a missing power of h in the determinant)
+
 
 #include "../tests.h"
 #include <fstream>
index 69a5a2d0c0a8de5ab975a8e0beb2eb3365466698..1eb2603c35557a1f03205515daed02da86a7b8c7 100644 (file)
 // Observe how the values of the shape functions change as we make a
 // cell smaller and smaller. Evaluate the values with FEFaceValues, to
 // make sure the values scale as in rt_10 where we used FEValues
+//
+// the test presently fails because of the issue with computing the
+// normals using FEFaceValue, where FEFaceValue by accident uses the
+// *face* mapping, not the *cell* mapping to compute the Piola
+// transform (leading to a missing power of h in the determinant)
 
 #include "../tests.h"
 #include <base/quadrature_lib.h>
index 58d43c8ce578689ffaad8c519f374054193c1dc8..aa7e064fd44f52f438df0beae2d5efec2153c3e7 100644 (file)
 //----------------------------  rt_13.cc  ---------------------------
 
 // Like rt_11, but for gradients (just as rt_12 is to rt_10)
+//
+// the test presently fails because of the issue with computing the
+// normals using FEFaceValue, where FEFaceValue by accident uses the
+// *face* mapping, not the *cell* mapping to compute the Piola
+// transform (leading to a missing power of h in the determinant)
 
 #include "../tests.h"
 #include <base/quadrature_lib.h>
index 435aedeeb6396341710a369c83bee7263f854ed9..3d163826dd326f59ff14b22de32a44c03da3e360 100644 (file)
 //----------------------------  rt_14.cc  ---------------------------
 
 // like rt_11, but use FESubfaceValues
+//
+// the test presently fails because of the issue with computing the
+// normals using FEFaceValue, where FEFaceValue by accident uses the
+// *face* mapping, not the *cell* mapping to compute the Piola
+// transform (leading to a missing power of h in the determinant)
 
 #include "../tests.h"
 #include <base/quadrature_lib.h>
index 4e10eed6c6c3df3bb04eb6ea51ab7b3624a93aea..7d88cb9a186d34084ca79cc98808b27af1519a05 100644 (file)
 //----------------------------  rt_15.cc  ---------------------------
 
 // Like rt_15, but use FESubfaceValues
+//
+// the test presently fails because of the issue with computing the
+// normals using FEFaceValue, where FEFaceValue by accident uses the
+// *face* mapping, not the *cell* mapping to compute the Piola
+// transform (leading to a missing power of h in the determinant)
 
 #include "../tests.h"
 #include <base/quadrature_lib.h>

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.