]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unimplemented UpdateFlags flags. 1625/head
authorDavid Wells <wellsd2@rpi.edu>
Wed, 16 Sep 2015 19:39:29 +0000 (15:39 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Wed, 16 Sep 2015 19:48:13 +0000 (15:48 -0400)
These two flags showed up in commit cfb5ac8b76df in October 2007 but
were never actually implemented.

doc/news/changes.h
include/deal.II/fe/fe_update_flags.h

index 6f5c18bc5eb05eba62d2c6b6eed53dc57f2cc134..4529210d79c1e9d746ba496e23e7ba2978fe1a1a 100644 (file)
@@ -38,10 +38,12 @@ inconvenience this causes.
 </p>
 
 <ol>
-  <li> Removed: The <code>UpdateFlags</code> flag
-  <code>update_support_points</code> has been removed. This flag was deprecated
-  in 2013 and has not done anything in a long time (see the commit message for
-  more information).
+  <li> Removed: The <code>UpdateFlags</code> flags
+  <code>update_support_points</code>, <code>update_support_jacobians</code>,
+  and <code>update_support_inverse_jacobians</code> have been removed.
+  <code>update_support_points</code> was deprecated in 2013 and has not done
+  anything in a long time (see the commit message for more information). The
+  other two appeared in 2007 and were never implemented.
   <br>
   (David Wells, 2015/09/16)
   </li>
index af074daf99b18ecbf55c2a000cbf758c979387c4..52afc20b5c9e256957b5222082a14d31dc6cd90f 100644 (file)
@@ -199,16 +199,6 @@ enum UpdateFlags
    * Compute the volume element in each quadrature point.
    */
   update_volume_elements = 0x10000,
-  //! Jacobian at generalized support points
-  /**
-   * Update the Jacobian of the mapping in generalized support points.
-   */
-  update_support_jacobians = 0x40000,
-  //! inverse Jacobian at generalized support points
-  /**
-   * Update the inverse Jacobian of the mapping in generalized support points.
-   */
-  update_support_inverse_jacobians = 0x80000,
   /**
    * Compute the derivatives of the Jacobian of the transformation pushed
    * forward to the real cell coordinates.
@@ -272,8 +262,6 @@ STREAM &operator << (STREAM &s, UpdateFlags u)
   if (u & update_contravariant_transformation)            s << "contravariant_transformation|";
   if (u & update_transformation_values)                   s << "transformation_values|";
   if (u & update_transformation_gradients)                s << "transformation_gradients|";
-  if (u & update_support_jacobians)                       s << "support_jacobians|";
-  if (u & update_support_inverse_jacobians)               s << "support_inverse_jacobians|";
   if (u & update_jacobian_pushed_forward_grads)           s << "jacobian_pushed_forward_grads|";
   if (u & update_jacobian_2nd_derivatives)                s << "jacobian_2nd_derivatives|";
   if (u & update_jacobian_pushed_forward_2nd_derivatives) s << "jacobian_pushed_forward_2nd_derivatives|";

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.