]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Take over patch 18958 from mainline.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Jun 2009 17:02:06 +0000 (17:02 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Jun 2009 17:02:06 +0000 (17:02 +0000)
git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-2@18970 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/grid_reordering.h

index 7e947f0ccee8206e37823aca403565affcf3da46..49d0c73dbcc4776871904ed41e3d1e41c5370c19 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -706,6 +706,10 @@ template<>
 void
 GridReordering<2,3>::reorder_cells (std::vector<CellData<2> > &original_cells);
 
+template<>
+void
+GridReordering<3>::reorder_cells (std::vector<CellData<3> > &original_cells);
+
 template<>
 void
 GridReordering<2>::invert_all_cells_of_negative_grid(const std::vector<Point<2> > &all_vertices,
@@ -716,6 +720,10 @@ void
 GridReordering<2,3>::invert_all_cells_of_negative_grid(const std::vector<Point<3> > &all_vertices,
                                                     std::vector<CellData<2> >    &cells);
 
+template<>
+void
+GridReordering<3>::invert_all_cells_of_negative_grid(const std::vector<Point<3> > &all_vertices,
+                                                    std::vector<CellData<3> >    &cells);
 
 DEAL_II_NAMESPACE_CLOSE
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.