From: bangerth Date: Tue, 29 May 2012 14:13:28 +0000 (+0000) Subject: Adjust function names. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=540ba2a55aecc32ed9cb40d1f1e3d7a47dd2de68;p=dealii-svn.git Adjust function names. git-svn-id: https://svn.dealii.org/branches/branch_higher_derivatives@25559 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/shapes.h b/tests/fe/shapes.h index e93c166733..6d44257aec 100644 --- a/tests/fe/shapes.h +++ b/tests/fe/shapes.h @@ -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 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 &fe, for (unsigned int c=0; c 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