]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing second derivatives to FESystem::update_each
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 9 Mar 2001 12:31:56 +0000 (12:31 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 9 Mar 2001 12:31:56 +0000 (12:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@4176 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_system.cc

index e7f923b1451a70b84c4dcdcf89bf902757c7a8a4..3de4491046e50278506c3bcfe0c7767ca0d5da03 100644 (file)
@@ -253,6 +253,8 @@ FESystem<dim>::update_each (const UpdateFlags flags) const
                                   // that are necessary
   for (unsigned int base_no=0; base_no<n_base_elements(); ++base_no)
     out |= base_element(base_no).update_each(flags);
+  if (flags & update_second_derivatives)
+    out |= update_second_derivatives;
   return out;
 }
 

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.