]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a couple of previously missing specializations.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 6 Dec 2013 04:12:23 +0000 (04:12 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 6 Dec 2013 04:12:23 +0000 (04:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@31906 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_reordering.cc

index 9903f8255b1a4ca73d03f9e00b908bb5872510de..59d187df34a522ff7ed55784ba7f132c4e27f015 100644 (file)
@@ -65,6 +65,24 @@ GridReordering<1,2>::invert_all_cells_of_negative_grid(const std::vector<Point<2
 }
 
 
+template<>
+void
+GridReordering<1,3>::reorder_cells (std::vector<CellData<1> > &)
+{
+  // there should not be much to do
+  // in 1d...
+}
+
+
+template<>
+void
+GridReordering<1,3>::invert_all_cells_of_negative_grid(const std::vector<Point<3> > &,
+                                                       std::vector<CellData<1> > &)
+{
+  // nothing to be done in 1d
+}
+
+
 namespace internal
 {
   namespace GridReordering2d

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.