]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Simplify update flags.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 18 Mar 2008 19:55:48 +0000 (19:55 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 18 Mar 2008 19:55:48 +0000 (19:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@15904 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/rt_hessian.cc

index 2bad3b6bcf41925c5ca5e3eba2d8f5bfe99a805d..c3acdc9ceec4e43075ec13af54815ec558533bb1 100644 (file)
@@ -43,7 +43,7 @@ void test (const Triangulation<dim>& tr,
   dof.distribute_dofs(fe);
 
   const QGauss<dim> quadrature(2);
-  FEValues<dim> fe_values (fe, quadrature, update_values | update_hessians);
+  FEValues<dim> fe_values (fe, quadrature, update_covariant_transformation | update_hessians);
 
   fe_values.reinit (dof.begin_active());
   

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.