From: bangerth Date: Thu, 1 Nov 2007 22:11:54 +0000 (+0000) Subject: xref to the tutorial. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0376a0dedb0f4b9cfa4c7b6a6d7ef46bbab3d95;p=dealii-svn.git xref to the tutorial. git-svn-id: https://svn.dealii.org/trunk@15426 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;