From 45ccdfcf90bcad148aabf6e3fedd59636a91cb49 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 26 Jul 2015 12:36:56 -0500 Subject: [PATCH] Update documentation in a few other places as well. --- include/deal.II/fe/mapping.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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, -- 2.39.5