From 9ff161bf9c130ef74cec75f786f0afc569dc46fc Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 13 Sep 2002 21:02:20 +0000 Subject: [PATCH] Add comment. git-svn-id: https://svn.dealii.org/trunk@6419 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/nedelec.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/fe/nedelec.cc b/tests/fe/nedelec.cc index 21ddad0ec2..ffedb0f0f1 100644 --- a/tests/fe/nedelec.cc +++ b/tests/fe/nedelec.cc @@ -1,7 +1,9 @@ // $Id$ // (c) Wolfgang Bangerth // -// Show the shape functions of the Nedelec element +// Show the shape functions of the Nedelec element on a grid with +// only one cell. This cell is rotated, stretched, scaled, etc, and +// each time we evaluate the shape functions. #include #include -- 2.39.5