From: bangerth Date: Thu, 3 Aug 2006 22:07:08 +0000 (+0000) Subject: update comments X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f98a64d5dc50db80e3ca9863beaa8a2b0592241;p=dealii-svn.git update comments git-svn-id: https://svn.dealii.org/trunk@13588 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/abf_approximation_01.cc b/tests/fe/abf_approximation_01.cc index a2ac32248c..4ca6bbf4c6 100644 --- a/tests/fe/abf_approximation_01.cc +++ b/tests/fe/abf_approximation_01.cc @@ -12,8 +12,11 @@ //---------------------------- abf_approximation_01.cc --------------------------- /* - * Little snippet, which tests, to what degree the RT/ABF elements - * can approximate a polynomial exactly on deformed geometries. + * check the projection error for a given polynomial. results should + * be within rounding error if the polynomial is of low-enough order + * to be represented by the ansatz space + * + * Like rt_approximation_01, but for ABF elements */ diff --git a/tests/fe/rt_approximation_01.cc b/tests/fe/rt_approximation_01.cc index ba5c8f1ab8..a531c63a2e 100644 --- a/tests/fe/rt_approximation_01.cc +++ b/tests/fe/rt_approximation_01.cc @@ -12,8 +12,9 @@ //---------------------------- rt_approximation_01.cc --------------------------- /* - * Little snippet, which tests, to what degree the RT/ABF elements - * can approximate a polynomial exactly on deformed geometries. + * check the projection error for a given polynomial. results should + * be within rounding error if the polynomial is of low-enough order + * to be represented by the ansatz space */