Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loadbalancing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SLMS
loadbalancing
Commits
75a0697b
Unverified
Commit
75a0697b
authored
Jun 5, 2019
by
Steffen Seckler
Browse files
Options
Downloads
Patches
Plain Diff
voronoi
parent
80ef4f72
Branches
Branches containing commit
No related tags found
1 merge request
!5
introduce ALL_LB interface
Pipeline
#21184
failed
Jun 5, 2019
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ALL_Voronoi.hpp
+2
-0
2 additions, 0 deletions
include/ALL_Voronoi.hpp
with
2 additions
and
0 deletions
include/ALL_Voronoi.hpp
+
2
−
0
View file @
75a0697b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment