From acc921560243126a765c2a3edb9cf84ca585755f Mon Sep 17 00:00:00 2001 From: Gabriela Loera Date: Wed, 2 Apr 2025 13:30:33 +0200 Subject: [PATCH] Change partitioning to graph --- src/core/io/src/4C_io_meshreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/io/src/4C_io_meshreader.cpp b/src/core/io/src/4C_io_meshreader.cpp index a0ef2da101f..591628bc48b 100644 --- a/src/core/io/src/4C_io_meshreader.cpp +++ b/src/core/io/src/4C_io_meshreader.cpp @@ -168,7 +168,7 @@ void Core::IO::MeshReader::rebalance() << "hypergraph" << " .........\n"; - rebalanceParams.set("partitioning method", "HYPERGRAPH"); + rebalanceParams.set("partitioning method", "graph"); // here we can reuse the graph, which was calculated before, this saves us some time std::tie(rowmap, colmap) =