From 28470f73fe4b68b1935ff666e355ebfa4d78c979 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 2 Dec 2020 18:05:02 -0700 Subject: [PATCH] Minor augmentation of the documentation. --- include/deal.II/fe/fe_base.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/deal.II/fe/fe_base.h b/include/deal.II/fe/fe_base.h index 8c126dff2a..6a446b64e3 100644 --- a/include/deal.II/fe/fe_base.h +++ b/include/deal.II/fe/fe_base.h @@ -511,7 +511,9 @@ public: const BlockIndices &block_indices = BlockIndices()); /** - * Return type of reference cell. + * Return the kind of reference cell this element is defined on: For + * example, whether the element's reference cell is a square or + * triangle, or similar choices in higher dimensions. */ ReferenceCell::Type reference_cell_type() const; -- 2.39.5