From: Guido Kanschat Date: Tue, 27 Mar 2001 17:07:19 +0000 (+0000) Subject: developer documentation X-Git-Tag: v8.0.0~19468 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=360c516cfb6b83ea0c7112d4d21568cb12592d5e;p=dealii.git developer documentation git-svn-id: https://svn.dealii.org/trunk@4312 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/mapping.h b/deal.II/deal.II/include/fe/mapping.h index 72c91d6c13..3b51a331b3 100644 --- a/deal.II/deal.II/include/fe/mapping.h +++ b/deal.II/deal.II/include/fe/mapping.h @@ -42,8 +42,11 @@ template class FESubfaceValues; * result of @p{update_once}. Finally, on each cell, use * @p{fill_fe_*_values} with the result of @p{update_each} to compute * values for a special cell. - * - * @author Guido Kanschat, Ralf Hartmann 2000 + * + * A hint to implementators: no function except the two functions @p{update_once} + * and @p{update_each} may add any flags. + * + * @author Guido Kanschat, Ralf Hartmann 2000, 2001 */ template class Mapping : public Subscriptor