From 540ba2a55aecc32ed9cb40d1f1e3d7a47dd2de68 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 29 May 2012 14:13:28 +0000 Subject: [PATCH] Adjust function names. git-svn-id: https://svn.dealii.org/branches/branch_higher_derivatives@25559 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/shapes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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