]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove more update flags that are not needed. 3197/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 6 Oct 2016 02:56:09 +0000 (20:56 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 6 Oct 2016 02:56:09 +0000 (20:56 -0600)
tests/manifold/spherical_manifold_02.cc
tests/manifold/spherical_manifold_04.cc

index c0ae0f35726da416da07d4866d8520847728bd2d..7efceef6d7e73f581edd2b95a1cc66507cf51e52 100644 (file)
@@ -123,7 +123,6 @@ void test (MappingEnum::type mapping_name, unsigned int refinements=1)
     }
 
   FEValues<2,3> fe_values (*mapping, fe, cell_quadrature,
-                           update_values            |
                            update_JxW_values);
   const unsigned int n_q_points    = cell_quadrature.size();
 
index 3075eaace3b817434d629e59524c8124676ecbfd..c4f845f41e7d43269fa82c12d4edcf196320d273 100644 (file)
@@ -69,7 +69,6 @@ void test (const double R)
   MappingQ<dim> mapping(fe_degree);
 
   FEValues<dim> fe_values (mapping, fe, quadrature_formula,
-                           update_quadrature_points |
                            update_JxW_values);
 
   DoFHandler<dim>::active_cell_iterator

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.