From 162a2a4f5404ba6f3458c6972f1af8ad13daef2b Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 27 Feb 2013 14:54:29 +0000 Subject: [PATCH] do not put functions into module, since this makes them vanish from the namespace git-svn-id: https://svn.dealii.org/trunk@28611 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/integrators/l2.h | 8 ++++---- deal.II/include/deal.II/integrators/laplace.h | 10 +--------- deal.II/include/deal.II/integrators/patches.h | 3 +-- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/deal.II/include/deal.II/integrators/l2.h b/deal.II/include/deal.II/integrators/l2.h index 163e689e00..9f5a304f8b 100644 --- a/deal.II/include/deal.II/integrators/l2.h +++ b/deal.II/include/deal.II/integrators/l2.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -45,7 +45,6 @@ namespace LocalIntegrators * \int_F uv\,ds \quad \text{or} \quad \int_F \mathbf u\cdot \mathbf v\,ds * \f] * - * @ingroup Integrators * @author Guido Kanschat * @date 2008, 2009, 2010 */ @@ -77,6 +76,9 @@ namespace LocalIntegrators * \f[ * \int_Z fv\,dx \quad \text{or} \quad \int_F fv\,ds * \f] + * + * @author Guido Kanschat + * @date 2008, 2009, 2010 */ template void L2 ( @@ -104,7 +106,6 @@ namespace LocalIntegrators * \int_F \mathbf f\cdot \mathbf v\,ds * \f] * - * @ingroup Integrators * @author Guido Kanschat * @date 2008, 2009, 2010 */ @@ -141,7 +142,6 @@ namespace LocalIntegrators * Using appropriate weights, this term can be used to penalize * violation of conformity in H1. * - * @ingroup Integrators * @author Guido Kanschat * @date 2008, 2009, 2010 */ diff --git a/deal.II/include/deal.II/integrators/laplace.h b/deal.II/include/deal.II/integrators/laplace.h index 01ded2d78e..9ee3fa2316 100644 --- a/deal.II/include/deal.II/integrators/laplace.h +++ b/deal.II/include/deal.II/integrators/laplace.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -44,7 +44,6 @@ namespace LocalIntegrators * the latter case, the Laplacian is applied to each component * separately. * - * @ingroup Integrators * @author Guido Kanschat * @date 2008, 2009, 2010 */ @@ -143,7 +142,6 @@ namespace LocalIntegrators * Here, $\gamma$ is the penalty parameter suitably computed * with compute_penalty(). * - * @ingroup Integrators * @author Guido Kanschat * @date 2008, 2009, 2010 */ @@ -187,7 +185,6 @@ namespace LocalIntegrators * boundary value in the argument data. $\gamma$ is the usual * penalty parameter. * - * @ingroup Integrators * @author Guido Kanschat * @date 2008, 2009, 2010 */ @@ -237,7 +234,6 @@ namespace LocalIntegrators * boundary value in the argument data. $\gamma$ is the usual * penalty parameter. * - * @ingroup Integrators * @author Guido Kanschat * @date 2008, 2009, 2010 */ @@ -291,7 +287,6 @@ namespace LocalIntegrators * the same on both sides. If factors differ, note that the penalty * parameter has to be computed accordingly. * - * @ingroup Integrators * @author Guido Kanschat * @date 2008, 2009, 2010 */ @@ -352,7 +347,6 @@ namespace LocalIntegrators /** * Residual term for the symmetric interior penalty method. * - * @ingroup Integrators * @author Guido Kanschat * @date 2012 */ @@ -415,7 +409,6 @@ namespace LocalIntegrators /** * Vector-valued residual term for the symmetric interior penalty method. * - * @ingroup Integrators * @author Guido Kanschat * @date 2012 */ @@ -490,7 +483,6 @@ namespace LocalIntegrators * hi is the length of Zi * orthogonal to the current face. * - * @ingroup Integrators * @author Guido Kanschat * @date 2010 */ diff --git a/deal.II/include/deal.II/integrators/patches.h b/deal.II/include/deal.II/integrators/patches.h index 0901628d2c..7c727ccb52 100644 --- a/deal.II/include/deal.II/integrators/patches.h +++ b/deal.II/include/deal.II/integrators/patches.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -27,7 +27,6 @@ namespace LocalIntegrators /** * @brief Integrators writing patches with values in quadrature points * - * @ingroup Integrators * @author Guido Kanschat * @date 2011 */ -- 2.39.5