From: bangerth Date: Wed, 27 Feb 2008 03:23:45 +0000 (+0000) Subject: Provide additional links. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63755b7550502c7aa0f62d1fc6f249d0c0494300;p=dealii-svn.git Provide additional links. git-svn-id: https://svn.dealii.org/trunk@15805 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 6d93d2dab7..e408728b68 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -1137,11 +1137,12 @@ class FiniteElement : public Subscriptor, * @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. + * The use of this function is + * explained extensively in the + * @ref step_8 "step-8" and @ref + * step_20 "step-20" tutorial + * programs as well as in the + * @ref vector_valued module. */ std::pair system_to_component_index (const unsigned int index) const; diff --git a/deal.II/lac/include/lac/sparse_ilu.h b/deal.II/lac/include/lac/sparse_ilu.h index 7ca3507b9d..77b85ecdfa 100644 --- a/deal.II/lac/include/lac/sparse_ilu.h +++ b/deal.II/lac/include/lac/sparse_ilu.h @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II authors // by the deal.II authors and Stephen "Cheffo" Kolaroff // // This file is subject to QPL and may not be distributed @@ -51,7 +51,8 @@ DEAL_II_NAMESPACE_OPEN *

Usage and state management

* * Refer to SparseLUDecomposition documentation for suggested - * usage and state management. + * usage and state management. This class is used in the @ref + * step_22 "step-22" tutorial program. * * @note Instantiations for this template are provided for @ and * @; others can be generated in application programs (see the