From: guido Date: Tue, 27 Mar 2001 17:07:19 +0000 (+0000) Subject: developer documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a338601c16b8fb93772912dee8d56b56c5b7082;p=dealii-svn.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