]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Forward declarations for ArborXWrappers
authorMarco Feder <marco.feder@sissa.it>
Tue, 11 Jul 2023 19:03:31 +0000 (21:03 +0200)
committerMarco Feder <marco.feder@sissa.it>
Fri, 14 Jul 2023 07:58:27 +0000 (09:58 +0200)
source/grid/grid_tools.cc

index 6f4476bc4754b983c5e3b085163162076f7add72..e480638fd6d5a7a105558651ba23b7d0704f2e4e 100644 (file)
 #ifdef DEAL_II_WITH_ARBORX
 #  include <deal.II/arborx/access_traits.h>
 #  include <deal.II/arborx/distributed_tree.h>
+#else
+namespace ArborXWrappers
+{
+  class DistributedTree
+  {
+  public:
+    template <typename QueryType>
+    std::pair<std::vector<std::pair<int, int>>, std::vector<int>>
+    query(const QueryType &queries);
+  };
+  class BoundingBoxIntersectPredicate
+  {};
+} // namespace ArborXWrappers
 #endif
 
 #ifdef DEAL_II_WITH_CGAL

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.