From d986830a245f0ad021cb59aa2c31e34e2cc07ce4 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Thu, 15 Aug 2013 10:31:31 +0100
Subject: [PATCH] tutorials/mesh/foamyHexMesh/mixerVessel: use hierarchical
 rather than scotch for decomposition due to bugs in scotch

---
 .../mesh/foamyHexMesh/mixerVessel/system/decomposeParDict     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict b/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict
index 24853f860c8..4c4b3627630 100644
--- a/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict
+++ b/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict
@@ -18,8 +18,8 @@ FoamFile
 numberOfSubdomains 8;
 
 //method          ptscotch;
-//method          hierarchical;
-method          scotch;
+method          hierarchical;
+//method          scotch;
 
 simpleCoeffs
 {
-- 
GitLab