From: bangerth Date: Wed, 17 Nov 2010 03:19:34 +0000 (+0000) Subject: Reindent comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3809a615a25b3c87851fd0aa26d26009aeeb025a;p=dealii-svn.git Reindent comment. git-svn-id: https://svn.dealii.org/trunk@22784 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/grid_tools.h b/deal.II/include/deal.II/grid/grid_tools.h index 475fe7e471..68ea24e2ff 100644 --- a/deal.II/include/deal.II/grid/grid_tools.h +++ b/deal.II/include/deal.II/grid/grid_tools.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 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 @@ -795,27 +795,30 @@ class GridTools fix_up_distorted_child_cells (const typename Triangulation::DistortedCellList &distorted_cells, Triangulation &triangulation); - /** - This function implements a boundary subgrid extraction. - Given a -Triangulation (the "volume mesh") - the function extracts a subset of its boundary (the "surface mesh"). - The boundary to be extracted is specified by a list of boundary_ids. - If none is specified the whole boundary will be extracted. - - It also builds a mapping linking the cells on the surface mesh - to the corresponding faces on the volume one. - - - */ - template - static void - extract_boundary_mesh (const Triangulation &volume_mesh, - Triangulation &surface_mesh, - std::map::cell_iterator, - typename Triangulation::face_iterator> - &surface_to_volume_mapping, - const std::set &boundary_ids - = std::set()); + /** + * This function implements a boundary + * subgrid extraction. Given a + * -Triangulation (the + * "volume mesh") the function extracts a + * subset of its boundary (the "surface + * mesh"). The boundary to be extracted + * is specified by a list of + * boundary_ids. If none is specified + * the whole boundary will be extracted. + * + * It also builds a mapping linking the + * cells on the surface mesh to the + * corresponding faces on the volume one. + */ + template + static void + extract_boundary_mesh (const Triangulation &volume_mesh, + Triangulation &surface_mesh, + std::map::cell_iterator, + typename Triangulation::face_iterator> + &surface_to_volume_mapping, + const std::set &boundary_ids + = std::set()); /** * Exception