]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid deprecated function.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 13 Feb 2013 13:52:10 +0000 (13:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 13 Feb 2013 13:52:10 +0000 (13:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@28362 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/data_out.cc

index 5c35566e7e7f7c940fc6ed04e53f7b4232d73188..470210067fab0f86019ebff80ed30cb79a19c6cf 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -405,7 +405,7 @@ namespace internal
     get_function_hessians (const FEValuesBase<DH::dimension,DH::space_dimension> &fe_patch_values,
                            std::vector<std::vector<Tensor<2,DH::space_dimension> > >   &patch_hessians_system) const
     {
-      fe_patch_values.get_function_2nd_derivatives (*vector, patch_hessians_system);
+      fe_patch_values.get_function_hessians (*vector, patch_hessians_system);
     }
 
 
@@ -416,7 +416,7 @@ namespace internal
     get_function_hessians (const FEValuesBase<DH::dimension,DH::space_dimension> &fe_patch_values,
                            std::vector<Tensor<2,DH::space_dimension> >       &patch_hessians) const
     {
-      fe_patch_values.get_function_2nd_derivatives (*vector, patch_hessians);
+      fe_patch_values.get_function_hessians (*vector, patch_hessians);
     }
 
 

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.