]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
documentation improved for doxygen
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Nov 2003 11:51:37 +0000 (11:51 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Nov 2003 11:51:37 +0000 (11:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@8206 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_update_flags.h

index 639e003ab425dae3ac4d5b6fc8f24d4c7eea73f7..e2d7f9f7271b439d2890ec54e8be449f5d90e61b 100644 (file)
  */
 enum UpdateFlags
 {
+                                      //! No update
       update_default                      = 0,
+                                      //! Shape function values
       update_values                       = 0x0001,
+                                      //! Shape function gradients
       update_gradients                    = 0x0002,
+                                      //! Second derivatives of shape functions
       update_second_derivatives           = 0x0004,
+                                      /*! Normal vector times surface
+                                       * element; may be more
+                                       * efficient than computing both.
+                                       */
       update_boundary_forms               = 0x0008,
+                                      //! Transformed quadrature points
       update_q_points                     = 0x0010,
+                                      //! Transformed quadrature weights
       update_JxW_values                   = 0x0020,
+                                      //! Transformed normal vectors
       update_normal_vectors               = 0x0040,
+                                      //! Volume element
       update_jacobians                    = 0x0080,
+                                      //! Gradient of volume element
       update_jacobian_grads               = 0x0100,
+                                      //! Covariant transformation
       update_covariant_transformation     = 0x0200,
+                                      //! Contravariant transformation
       update_contravariant_transformation = 0x0400,
+                                      //! Shape function values of transformation
       update_transformation_values        = 0x0800,
+                                      //! Shape function gradients of transformation
       update_transformation_gradients     = 0x1000
 };
 

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.