]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust function names.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 May 2012 14:13:28 +0000 (14:13 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 May 2012 14:13:28 +0000 (14:13 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_higher_derivatives@25559 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/shapes.h

index e93c166733b4cf4a622e0e1cd203fa6c5bb5c1cf..6d44257aec87a2ed9011708df906e2d1f54741c1 100644 (file)
@@ -200,7 +200,7 @@ plot_face_shape_functions(
                        {
                          if (uflags & update_values)
                            deallog << " " << sub.shape_value(i,k) + 1.;
-                         
+
                                                           // some additional
                                                           // checks
                          for (unsigned int c=0; c<fe.get_fe().n_components(); ++c)
@@ -214,7 +214,7 @@ plot_face_shape_functions(
                                      Assert (v1 == v2, ExcInternalError());
                                    }
                                  if (uflags & update_gradients)
-                                   { 
+                                   {
                                      const Tensor<1,dim> g1 = sub.shape_grad(i,k),
                                                          g2 = sub.shape_grad_component(i,k,c);
                                      Assert (g1 == g2, ExcInternalError());
@@ -327,7 +327,7 @@ check_values_and_derivatives (const FiniteElement<dim> &fe,
         for (unsigned int c=0; c<fe.n_components(); ++c)
           {
             Tensor<2,dim> tmp=fe_values.shape_2nd_derivative_component(i,x,c);
-            tmp -= fe.shape_grad_grad_component(i,q.point(x),c);
+            tmp -= fe.shape_hessian_component(i,q.point(x),c);
             for (unsigned int j=0; j<dim; ++j)
               for (unsigned int k=0; k<dim; ++k)
                 {

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.