]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add TODO.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Apr 2001 17:04:25 +0000 (17:04 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Apr 2001 17:04:25 +0000 (17:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@4470 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 519499a2fabfa81fe13da9c75400396163d90c3a..bf1e73046c5b19569799637182ea38ccee199d54 100644 (file)
 #define __deal2__fe_update_flags_h
 
 
+//TODO:[GK] Bring docs and declarations into synch
 /**
- * Provide a set of flags which tells the @p{FEValues<>::reinit} function, which
- * fields are to be updated for each cell. E.g. if you do not need the
- * gradients since you want to assemble the mass matrix, you can switch that
- * off. By default, all flags are off, i.e. no reinitialization will be done.
+ * Provide a set of flags which tells the @p{FEValues<>::reinit}
+ * function, which fields are to be updated for each cell. E.g. if you
+ * do not need the gradients since you want to assemble the mass
+ * matrix, you can switch that off. By default, all flags are off,
+ * i.e. no reinitialization will be done.
  *
  * A variable of this type has to be passed to the constructor of the
- * @p{FEValues} object. You can select more than one flag by concatenation
- * using the @p{|} (bitwise @p{or}) operator.
+ * @p{FEValues} object. You can select more than one flag by
+ * concatenation using the @p{|} (bitwise @p{or}) operator.
  *
  *
  * @sect2{Description of Flags}
@@ -60,7 +62,8 @@
  *
  * @author Wolfgang Bangerth, Guido Kanschat, 1998, 1999, 2000, 2001
  */
-enum UpdateFlags {
+enum UpdateFlags
+{
                                       /**
                                        * Default: update nothing.
                                        */

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.