From: wolf Date: Fri, 13 Sep 2002 22:16:07 +0000 (+0000) Subject: Add comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2bfa374cf1df2fb3aa7faf16bc662da618ddb68;p=dealii-svn.git Add comment. git-svn-id: https://svn.dealii.org/trunk@6423 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/nedelec_2.cc b/tests/fe/nedelec_2.cc index c208b19dab..9e352d6a7d 100644 --- a/tests/fe/nedelec_2.cc +++ b/tests/fe/nedelec_2.cc @@ -49,6 +49,10 @@ plot (const Triangulation &tr) cm.close (); cm.distribute (values); + // now take these values, and print + // the values of this so defined + // function on each cell and on + // each quadrature point QTrapez quadrature; std::vector > shape_values (quadrature.n_quadrature_points, Vector(dim));