]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
more separate update values
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 28 May 2007 19:15:48 +0000 (19:15 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 28 May 2007 19:15:48 +0000 (19:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@14725 0785d39b-7218-0410-832d-ea1e28bc413d

tests/benchmarks/dof_handler_timing.cc

index 08f7c4cb98389046f0534e3e5bf632c063aff440..c112768e9d2a5a66d5695176e66341ebd440f52e 100644 (file)
@@ -84,12 +84,22 @@ void check ()
       deallog << "Dofs " << dof.n_dofs() << std::endl;
       indices(dof);
       deallog << "Index" << std::endl;
+      fevalues(dof,  update_q_points);
+      deallog << "qpoints" << std::endl;
+      fevalues(dof, update_JxW_values);
+      deallog << "JxW" << std::endl;
       fevalues(dof,  update_q_points | update_JxW_values);
       deallog << "qpoints|JxW" << std::endl;
+      fevalues(dof,  update_values);
+      deallog << "values" << std::endl;
       fevalues(dof,  update_values | update_JxW_values);
       deallog << "values|JxW" << std::endl;
-      fevalues(dof,  update_values | update_gradients | update_JxW_values);
-      deallog << "values|gradients|JxW" << std::endl;
+      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;
       deallog.pop();
     }
 }

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.