]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
do not do second derivatives... takes too long
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 30 May 2007 16:37:53 +0000 (16:37 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 30 May 2007 16:37:53 +0000 (16:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@14733 0785d39b-7218-0410-832d-ea1e28bc413d

tests/benchmarks/dof_handler_timing.cc

index d3838b4b9fd33c5594a0f48f0f4f609489fa12d5..e099c5fdb7de3c23a790525fe98263227bf855c1 100644 (file)
@@ -90,9 +90,9 @@ void check_values (const DoFHandler<dim>& dof)
   fevalues(dof,  update_values | update_gradients
           | update_q_points | update_JxW_values);
   deallog << "values|gradients|qpoints|JxW" << std::endl;
-  fevalues(dof,  update_values | update_gradients | update_second_derivatives
-          | update_q_points | update_JxW_values);
-  deallog << "values|gradients|2nds|qpoints|JxW" << std::endl;
+//  fevalues(dof,  update_values | update_gradients | update_second_derivatives
+//        | update_q_points | update_JxW_values);
+//  deallog << "values|gradients|2nds|qpoints|JxW" << std::endl;
 }
 
 

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.