From: Wolfgang Bangerth Date: Sun, 26 Jul 2015 17:36:56 +0000 (-0500) Subject: Update documentation in a few other places as well. X-Git-Tag: v8.4.0-rc2~718^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1182%2Fhead;p=dealii.git Update documentation in a few other places as well. --- diff --git a/include/deal.II/fe/mapping.h b/include/deal.II/fe/mapping.h index 226975c8ca..0a36001010 100644 --- a/include/deal.II/fe/mapping.h +++ b/include/deal.II/fe/mapping.h @@ -667,7 +667,8 @@ private: /** * Prepare internal data structures and fill in values independent of the - * cell. + * cell. See the documentation of Mapping::InternalDataBase for more + * information on the purpose of this function. */ virtual InternalDataBase * get_data (const UpdateFlags, @@ -675,7 +676,9 @@ private: /** * Prepare internal data structure for transformation of faces and fill in - * values independent of the cell. + * values independent of the cell. See the documentation of + * Mapping::InternalDataBase for more + * information on the purpose of this function. */ virtual InternalDataBase * get_face_data (const UpdateFlags flags, @@ -683,7 +686,9 @@ private: /** * Prepare internal data structure for transformation of children of faces - * and fill in values independent of the cell. + * and fill in values independent of the cell. See the documentation + * of Mapping::InternalDataBase for more + * information on the purpose of this function. */ virtual InternalDataBase * get_subface_data (const UpdateFlags flags,