* @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<unsigned int, unsigned int>
system_to_component_index (const unsigned int index) const;
//---------------------------------------------------------------------------
-// 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
* <h3>Usage and state management</h3>
*
* 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 <tt>@<float@> and
* @<double@></tt>; others can be generated in application programs (see the