From de6eb48efd9bd08908a18621ca75c0a54fdea7e4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth 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