// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
/* -------------- declaration of explicit specializations ------------- */
+/// @if NoDoc
+
template <>
void
GridIn<2>::debug_output_grid (const std::vector<CellData<2> > &cells,
const std::vector<Point<3> > &vertices,
std::ostream &out);
+/// @endif
#endif
// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
/* -------------- declaration of explicit specializations ------------- */
+/// @if NoDoc
template <> TriaDimensionInfo<1>::cell_iterator Triangulation<1>::begin (const unsigned int level) const;
template <> TriaDimensionInfo<1>::raw_cell_iterator Triangulation<1>::end () const;
template <> void CellData<2>::rotate (const unsigned int times);
template <> void CellData<3>::rotate (const unsigned int times);
+/// @endif
#endif
/* -------------- declaration of explicit specializations ------------- */
+/// @if NoDoc
+
template <> Point<2> TriaObjectAccessor<2, 2>::barycenter () const;
template <> Point<3> TriaObjectAccessor<2, 3>::barycenter () const;
template <> Point<3> TriaObjectAccessor<3, 3>::barycenter () const;
// include more templates in debug and optimized mode
# include "tria_accessor.templates.h"
+/// @endif
#endif
// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
/* -------------- declaration of explicit specializations ------------- */
+/// @if NoDoc
+
template <>
void
StraightBoundary<1>::
get_intermediate_points_on_quad (const Triangulation<3>::quad_iterator &quad,
std::vector<Point<3> > &points) const;
-
-
-/*---------------------------- boundary-function.h ---------------------------*/
+/// @endif
#endif
-/*---------------------------- boundary-function.h ---------------------------*/
// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
/* -------------- declaration of explicit specializations ------------- */
+/// @if NoDoc
+
template <>
Point<1>
HyperBallBoundary<1>::
get_normals_at_vertices (const Triangulation<1>::face_iterator &,
Boundary<1>::FaceVertexNormals &) const;
+/// @endif
#endif