From: bangerth Date: Tue, 1 Aug 2006 15:26:58 +0000 (+0000) Subject: Update comment X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0174fc3c259a1686799a7fcb0bd6bdcf593e4b80;p=dealii-svn.git Update comment git-svn-id: https://svn.dealii.org/trunk@13566 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/abf_projection_01.cc b/tests/fe/abf_projection_01.cc index ea81324e6e..d48ab21597 100644 --- a/tests/fe/abf_projection_01.cc +++ b/tests/fe/abf_projection_01.cc @@ -12,8 +12,8 @@ //---------------------------- abf_projection_01.cc --------------------------- /* - * Little snippet, which tests, to what degree the RT/ABF elements - * can approximate a polynomial exactly on deformed geometries. + * Project the function [1,1] onto a deformed grid and see whether the ABF + * elements can represent it exactly. */ diff --git a/tests/fe/rt_projection_01.cc b/tests/fe/rt_projection_01.cc index 30b9572dba..a28673a88d 100644 --- a/tests/fe/rt_projection_01.cc +++ b/tests/fe/rt_projection_01.cc @@ -12,8 +12,8 @@ //---------------------------- rt_projection_01.cc --------------------------- /* - * Little snippet, which tests, to what degree the RT/ABF elements - * can approximate a polynomial exactly on deformed geometries. + * Project the function [1,1] onto a deformed grid and see whether the RT + * elements can represent it exactly. */