From: bangerth Date: Tue, 20 May 2008 21:48:41 +0000 (+0000) Subject: xref documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3bdb9de9cddfa892629f8f60b2146c38f22c2f8;p=dealii-svn.git xref documentation. git-svn-id: https://svn.dealii.org/trunk@16150 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/solution_transfer.h b/deal.II/deal.II/include/numerics/solution_transfer.h index cccef5b82b..92b5338383 100644 --- a/deal.II/deal.II/include/numerics/solution_transfer.h +++ b/deal.II/deal.II/include/numerics/solution_transfer.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -31,7 +31,8 @@ DEAL_II_NAMESPACE_OPEN * Transfers a discrete FE function (like a solution vector) by interpolation * while refining and/or coarsening a grid. During interpolation the * vector is reinitialized to the new size and filled with the interpolated - * values. + * values. This class is used in the @ref step_15 "step-15" and + * @ref step_33 "step-33" tutorial programs. * *

Usage

*