From 51047b302d9b65e14c4ce6f825f70b09f2c5ec37 Mon Sep 17 00:00:00 2001 From: Pascal Beckstein Date: Thu, 11 Feb 2016 11:54:10 +0100 Subject: [PATCH] Make faMesh decomposition work for regions other than defaultRegion --- .../parallelProcessing/decomposePar/faMeshDecomposition.C | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/utilities/parallelProcessing/decomposePar/faMeshDecomposition.C b/applications/utilities/parallelProcessing/decomposePar/faMeshDecomposition.C index ec06c6705..effd4cd06 100644 --- a/applications/utilities/parallelProcessing/decomposePar/faMeshDecomposition.C +++ b/applications/utilities/parallelProcessing/decomposePar/faMeshDecomposition.C @@ -55,7 +55,7 @@ void faMeshDecomposition::distributeFaces() ( IOobject ( - fvMesh::defaultRegion, + GeoMesh::mesh_.name(), processorDb.timeName(), processorDb ) @@ -252,7 +252,7 @@ void faMeshDecomposition::decomposeMesh(const bool filterEmptyPatches) ( IOobject ( - fvMesh::defaultRegion, + GeoMesh::mesh_.name(), processorDb.timeName(), processorDb ) @@ -1073,7 +1073,7 @@ void faMeshDecomposition::decomposeMesh(const bool filterEmptyPatches) ( IOobject ( - fvMesh::defaultRegion, + GeoMesh::mesh_.name(), processorDb.timeName(), processorDb ) @@ -1191,7 +1191,7 @@ bool faMeshDecomposition::writeDecomposition() ( IOobject ( - fvMesh::defaultRegion, + GeoMesh::mesh_.name(), processorDb.timeName(), processorDb )