Skip to content
Snippets Groups Projects

Feature/amalgamated

Closed Stephan Schulz requested to merge feature/amalgamated into refactor
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
1
@@ -80,7 +80,9 @@ enum LB_t : int {
@@ -80,7 +80,9 @@ enum LB_t : int {
/// voronoi cell based load balancing
/// voronoi cell based load balancing
VORONOI = 3,
VORONOI = 3,
/// histogram based load balancing
/// histogram based load balancing
HISTOGRAM = 4
HISTOGRAM = 4,
 
/// Unimplemented load balancing NEVER SUPPORTED
 
UNIMPLEMENTED = 128
};
};
/// @tparam T data type for vertices and related data
/// @tparam T data type for vertices and related data
Loading