From 472ba36fcd5142ff70fead3f26be70b11c7cd0b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 30 Oct 2024 11:03:34 -0600 Subject: [PATCH] Fix terminology. --- include/deal.II/fe/fe_q.h | 2 +- include/deal.II/fe/fe_q_hierarchical.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/fe/fe_q.h b/include/deal.II/fe/fe_q.h index a584d2efa2..fdbf3cca50 100644 --- a/include/deal.II/fe/fe_q.h +++ b/include/deal.II/fe/fe_q.h @@ -207,7 +207,7 @@ DEAL_II_NAMESPACE_OPEN * |/ / | |/ * *-------* *-------* * @endverbatim - * The center vertex has number 26. + * The center node has number 26. * * The respective coordinate values of the support points of the shape * functions are as follows: diff --git a/include/deal.II/fe/fe_q_hierarchical.h b/include/deal.II/fe/fe_q_hierarchical.h index d60d692a45..7f9dd84858 100644 --- a/include/deal.II/fe/fe_q_hierarchical.h +++ b/include/deal.II/fe/fe_q_hierarchical.h @@ -170,7 +170,7 @@ DEAL_II_NAMESPACE_OPEN * |/ / | |/ * *-------* *-------* * @endverbatim - * The center vertex has number 26. + * The center node has number 26. * * The respective coordinate values of the support points of the degrees of * freedom are as follows: -- 2.39.5