From: wolf Date: Fri, 13 Sep 2002 21:02:20 +0000 (+0000) Subject: Add comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ff161bf9c130ef74cec75f786f0afc569dc46fc;p=dealii-svn.git Add comment. git-svn-id: https://svn.dealii.org/trunk@6419 0785d39b-7218-0410-832d-ea1e28bc413d --- 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