From c2bfa374cf1df2fb3aa7faf16bc662da618ddb68 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 13 Sep 2002 22:16:07 +0000 Subject: [PATCH] Add comment. git-svn-id: https://svn.dealii.org/trunk@6423 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/nedelec_2.cc | 4 ++++ 1 file changed, 4 insertions(+) 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)); -- 2.39.5