]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add Triangulation<1,spacedim>::fill_vertices_with_ghost_neighbors deleted in 32708...
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 3 Apr 2014 06:28:55 +0000 (06:28 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 3 Apr 2014 06:28:55 +0000 (06:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@32710 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/distributed/tria.cc

index 9c267cff7e804f2ef9352e5a58348f90d479424b..d1616196d4ad7fa4b7f7e26fb903f7be5ea86d73 100644 (file)
@@ -3916,6 +3916,15 @@ namespace parallel
       return a;
     }
 
+    template <>
+    void
+    Triangulation<1,1>::
+    fill_vertices_with_ghost_neighbors
+    (std::map<unsigned int, std::set<dealii::types::subdomain_id> >
+     &vertices_with_ghost_neighbors)
+    {
+      Assert (false, ExcNotImplemented());
+    }
 
     template <>
     Triangulation<1,2>::Triangulation (MPI_Comm)
@@ -3965,6 +3974,16 @@ namespace parallel
     {
       return MPI_COMM_WORLD;
     }
+    template <>
+    void
+    Triangulation<1,2>::
+    fill_vertices_with_ghost_neighbors
+    (std::map<unsigned int, std::set<dealii::types::subdomain_id> >
+     &vertices_with_ghost_neighbors)
+    {
+      Assert (false, ExcNotImplemented());
+    }
 
 
     template <>
@@ -4015,6 +4034,16 @@ namespace parallel
     {
       return MPI_COMM_WORLD;
     }
+    template <>
+    void
+    Triangulation<1,3>::
+    fill_vertices_with_ghost_neighbors
+    (std::map<unsigned int, std::set<dealii::types::subdomain_id> >
+     &vertices_with_ghost_neighbors)
+    {
+      Assert (false, ExcNotImplemented());
+    }
   }
 }
 

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.