From: bangerth Date: Fri, 4 Aug 2006 21:11:43 +0000 (+0000) Subject: Add comment on why tests fail at present X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=379c5047d8c6c38291f27900eb657d0725cfd40d;p=dealii-svn.git Add comment on why tests fail at present git-svn-id: https://svn.dealii.org/trunk@13603 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/rt_2.cc b/tests/bits/rt_2.cc index d3f1842cd1..6841d605be 100644 --- a/tests/bits/rt_2.cc +++ b/tests/bits/rt_2.cc @@ -15,6 +15,12 @@ // 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 diff --git a/tests/fe/rt_11.cc b/tests/fe/rt_11.cc index 69a5a2d0c0..1eb2603c35 100644 --- a/tests/fe/rt_11.cc +++ b/tests/fe/rt_11.cc @@ -14,6 +14,11 @@ // 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 diff --git a/tests/fe/rt_13.cc b/tests/fe/rt_13.cc index 58d43c8ce5..aa7e064fd4 100644 --- a/tests/fe/rt_13.cc +++ b/tests/fe/rt_13.cc @@ -12,6 +12,11 @@ //---------------------------- 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 diff --git a/tests/fe/rt_14.cc b/tests/fe/rt_14.cc index 435aedeeb6..3d163826dd 100644 --- a/tests/fe/rt_14.cc +++ b/tests/fe/rt_14.cc @@ -12,6 +12,11 @@ //---------------------------- 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 diff --git a/tests/fe/rt_15.cc b/tests/fe/rt_15.cc index 4e10eed6c6..7d88cb9a18 100644 --- a/tests/fe/rt_15.cc +++ b/tests/fe/rt_15.cc @@ -12,6 +12,11 @@ //---------------------------- 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