From a3e4f8e090eec8781269d0dc849fed7f5e447a69 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 1 Nov 2007 22:11:54 +0000 Subject: [PATCH] xref to the tutorial. git-svn-id: https://svn.dealii.org/trunk@15426 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 3289428d07..195fc95c63 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -1136,6 +1136,12 @@ class FiniteElement : public Subscriptor, * and the * @p system_to_base_index * function. + * + * The use of this function is explained + * extensively in the + * @ref step_8 "step-8" and + * @ref step_22 "step-22" tutorial + * programs. */ std::pair system_to_component_index (const unsigned int index) const; -- 2.39.5