From 7d23b2fd4eeadf3efea7f488b6c91c44bd0ded2c Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 20 Aug 2008 01:05:30 +0000 Subject: [PATCH] Add reference to step-31 git-svn-id: https://svn.dealii.org/trunk@16600 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/solution_transfer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/numerics/solution_transfer.h b/deal.II/deal.II/include/numerics/solution_transfer.h index 92b5338383..1495bc5f3f 100644 --- a/deal.II/deal.II/include/numerics/solution_transfer.h +++ b/deal.II/deal.II/include/numerics/solution_transfer.h @@ -31,8 +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. This class is used in the @ref step_15 "step-15" and - * @ref step_33 "step-33" tutorial programs. + * values. This class is used in the @ref step_15 "step-15", + * @ref step_31 "step-31", and @ref step_33 "step-33" tutorial programs. * *

Usage

* -- 2.39.5