From: kanschat Date: Thu, 7 Oct 2010 19:43:11 +0000 (+0000) Subject: remove internal classes from module X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06943580ee87b70a725ebffb16a37979f743dbf1;p=dealii-svn.git remove internal classes from module git-svn-id: https://svn.dealii.org/trunk@22288 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index 39265fd4bd..893b6f63ed 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -187,7 +187,6 @@ namespace internal * and since access to the number of lines etc is a rather frequent * operation, this was not an optimal solution. * - * @ingroup grid * @author Wolfgang Bangerth, 1999 */ template @@ -206,7 +205,6 @@ namespace internal * and since access to the number of lines etc is a rather frequent * operation, this was not an optimal solution. * - * @ingroup grid * @author Wolfgang Bangerth, 1999 */ template <> @@ -271,7 +269,6 @@ namespace internal * and since access to the number of lines etc is a rather frequent * operation, this was not an optimal solution. * - * @ingroup grid * @author Wolfgang Bangerth, 1999 */ template <> @@ -330,7 +327,6 @@ namespace internal * and since access to the number of lines etc is a rather frequent * operation, this was not an optimal solution. * - * @ingroup grid * @author Wolfgang Bangerth, 1999 */ template <> diff --git a/deal.II/deal.II/include/grid/tria_faces.h b/deal.II/deal.II/include/grid/tria_faces.h index 6834ccb4fb..561fd2e920 100644 --- a/deal.II/deal.II/include/grid/tria_faces.h +++ b/deal.II/deal.II/include/grid/tria_faces.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2006, 2007 by the deal.II authors +// Copyright (C) 2006, 2007, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -35,7 +35,6 @@ namespace internal * * This general template is only provided to enable a specialisation below. * - * @ingroup grid * @author Tobias Leicht, 2006 */ @@ -57,7 +56,6 @@ namespace internal * Faces only have a meaning in dim@>=1. In dim=1 they are vertices, * which are handled differently, so only for dim@>=2 the use of TriaFaces * is reasonable, for dim=1 the class is empty. - * @ingroup grid */ template<> class TriaFaces<1> @@ -75,7 +73,6 @@ namespace internal /** * In dim=2 the cells are quads, the faces accordingly are lines. - * @ingroup grid */ template<> class TriaFaces<2> @@ -98,7 +95,6 @@ namespace internal /** * In dim=3 the cells are hexes, the faces accordingly are quads. In * addition to that we also have to enable the storage of lines. - * @ingroup grid */ template<> class TriaFaces<3> diff --git a/deal.II/deal.II/include/grid/tria_levels.h b/deal.II/deal.II/include/grid/tria_levels.h index 7f033673a0..9974135839 100644 --- a/deal.II/deal.II/include/grid/tria_levels.h +++ b/deal.II/deal.II/include/grid/tria_levels.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2010 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 internal * two adjacent faces have different boundary indicators), and * material data for cells. * - * @ingroup grid * @author Wolfgang Bangerth, Guido Kanschat, 1998, 2007 */ template diff --git a/deal.II/deal.II/include/grid/tria_objects.h b/deal.II/deal.II/include/grid/tria_objects.h index d0465da56a..ae63441ae7 100644 --- a/deal.II/deal.II/include/grid/tria_objects.h +++ b/deal.II/deal.II/include/grid/tria_objects.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2006, 2007, 2008, 2009 by the deal.II authors +// Copyright (C) 2006, 2007, 2008, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -51,7 +51,6 @@ namespace internal * Objects of these classes are included in the TriaLevel and TriaFaces * classes. * - * @ingroup grid * @author Tobias Leicht, Guido Kanschat, 2006, 2007 */ @@ -430,7 +429,6 @@ namespace internal * For hexahedrons the data of TriaObjects needs to be extended, as we can obtain faces * (quads) in non-standard-orientation, therefore we declare a class TriaObjectsHex, which * additionaly contains a bool-vector of the face-orientations. - * @ingroup grid */ class TriaObjectsHex: public TriaObjects > @@ -547,7 +545,6 @@ namespace internal * can obtain faces (quads) with lines in non-standard-orientation, therefore we * declare a class TriaObjectsQuad3D, which additionaly contains a bool-vector * of the line-orientations. - * @ingroup grid */ class TriaObjectsQuad3D: public TriaObjects >