From: Wolfgang Bangerth Date: Fri, 13 Sep 2002 22:16:07 +0000 (+0000) Subject: Add comment. X-Git-Tag: v8.0.0~17555 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de6eb48efd9bd08908a18621ca75c0a54fdea7e4;p=dealii.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));