]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add missing instantiations of find_active_cell_around_point
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Nov 2013 14:27:13 +0000 (14:27 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Nov 2013 14:27:13 +0000 (14:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@31821 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_tools.inst.in

index 58602fe7cd842b6161d4445d39a19aa3e4c706a9..3d1076e57ad0886f8c79aad5dff171c146860918 100644 (file)
@@ -69,6 +69,20 @@ for (X : TRIANGULATION_AND_DOFHANDLERS; deal_II_dimension : DIMENSIONS ; deal_II
 }
 
 
+for (deal_II_space_dimension : SPACE_DIMENSIONS)
+{
+  
+    parallel::distributed::Triangulation<deal_II_space_dimension>::active_cell_iterator
+    find_active_cell_around_point (const parallel::distributed::Triangulation<deal_II_space_dimension> &,
+                                  const Point<deal_II_space_dimension> &p);
+
+  
+    std::pair<parallel::distributed::Triangulation<deal_II_space_dimension>::active_cell_iterator, Point<deal_II_space_dimension> >
+    find_active_cell_around_point (const Mapping<deal_II_space_dimension> &,
+                                  const parallel::distributed::Triangulation<deal_II_space_dimension> &,
+                                  const Point<deal_II_space_dimension> &);
+}
+
 
 for (deal_II_dimension : DIMENSIONS ; deal_II_space_dimension : SPACE_DIMENSIONS)
 {

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.