From 8afef94174637a8c23a41417b66fdb377e41663c Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 13 Apr 2011 12:57:23 +0000 Subject: [PATCH] Reference step-46. git-svn-id: https://svn.dealii.org/trunk@23585 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/hp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/doxygen/headers/hp.h b/deal.II/doc/doxygen/headers/hp.h index 493ad0164e..487e4dee4d 100644 --- a/deal.II/doc/doxygen/headers/hp.h +++ b/deal.II/doc/doxygen/headers/hp.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 2003, 2005, 2006, 2007, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -14,9 +14,9 @@ /** * @defgroup hp hp finite element support * - * Classes and functions that have to do with hp finite elements. The - * step-27 tutorial program gives an overview of how to - * use the classes in this namespace. + * Classes and functions that have to do with hp finite elements. The step-27 + * tutorial program gives an overview of how to use the classes in this + * namespace. A slightly more exotic application is given in step-46. * * The hp namespace implements the algorithms and data structures used for * the hp framework in deal.II. An overview over the details of how these -- 2.39.5