Skip to content

Commit

Permalink
print the classes of dynamicBisection
Browse files Browse the repository at this point in the history
  • Loading branch information
junxiW committed Jul 27, 2023
1 parent 46ff2d6 commit 0ba8557
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/util/domain_distribution_util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,13 @@ function util.PartitionMapBisection(dom, partitionMapOut, numProcs)

local partitioner = nil
if(dom:domain_info():element_type() == dom:get_dim() - 2) then
print("HyperManifoldPartiioner_DynamicBisection")
partitioner = HyperManifoldPartitioner_DynamicBisection(dom)
elseif(dom:domain_info():element_type() == dom:get_dim() - 1) then
print("ManifoldPartiioner_DynamicBisection")
partitioner = ManifoldPartitioner_DynamicBisection(dom)
elseif(dom:domain_info():element_type() == dom:get_dim()) then
print("Partiioner_DynamicBisection")
partitioner = Partitioner_DynamicBisection(dom)
end

Expand Down

0 comments on commit 0ba8557

Please sign in to comment.