]> https://gitweb.dealii.org/ - dealii.git/commitdiff
change in Quadrature
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 9 Jun 2000 21:11:00 +0000 (21:11 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 9 Jun 2000 21:11:00 +0000 (21:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@3001 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/show_shapes.cc

index 691f5d9f6fdb5ee59b4c3b53dda07a2996092c8f..8da719e7d024070ef4550c7185b828df4bdffd60 100644 (file)
@@ -37,7 +37,7 @@ plot_shape_functions(FiniteElement<dim>& finel, const char* name)
     {
       for (unsigned int n=0;n<=div;++n)
        {
-         gnuplot << q.quad_point(k);
+         gnuplot << q.point(k);
          
          for (unsigned int i=0;i<finel.dofs_per_cell;++i)
            {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.