From 0174fc3c259a1686799a7fcb0bd6bdcf593e4b80 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 1 Aug 2006 15:26:58 +0000 Subject: [PATCH] Update comment git-svn-id: https://svn.dealii.org/trunk@13566 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/abf_projection_01.cc | 4 ++-- tests/fe/rt_projection_01.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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. */ -- 2.39.5