From: Wolfgang Bangerth Date: Mon, 23 Apr 2001 17:04:25 +0000 (+0000) Subject: Add TODO. X-Git-Tag: v8.0.0~19317 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4b4551e75abe6314f09d084ad30e0d99404b5ba;p=dealii.git Add TODO. git-svn-id: https://svn.dealii.org/trunk@4470 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_update_flags.h b/deal.II/deal.II/include/fe/fe_update_flags.h index 519499a2fa..bf1e73046c 100644 --- a/deal.II/deal.II/include/fe/fe_update_flags.h +++ b/deal.II/deal.II/include/fe/fe_update_flags.h @@ -14,15 +14,17 @@ #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. */