Skip to content
Snippets Groups Projects
Unverified Commit 75a0697b authored by Steffen Seckler's avatar Steffen Seckler
Browse files

voronoi

parent 80ef4f72
Branches
No related tags found
1 merge request!5introduce ALL_LB interface
Pipeline #21184 failed
...@@ -75,6 +75,8 @@ template <class T, class W> class ALL_Voronoi_LB : public ALL_LB<T,W> ...@@ -75,6 +75,8 @@ template <class T, class W> class ALL_Voronoi_LB : public ALL_LB<T,W>
void set_vertices(T* v); void set_vertices(T* v);
void set_vertices(std::vector<ALL_Point<T>>&);
voro::voronoicell vc; voro::voronoicell vc;
// setup communicators for the exchange of work in each domain // setup communicators for the exchange of work in each domain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment