Skip to content
Snippets Groups Projects
Commit 9d70faac authored by mattijs's avatar mattijs Committed by Andrew Heather
Browse files

BUG: splitMeshRegions: exact match. Fixes #9.

parent 42ba719d
No related branches found
No related tags found
1 merge request!448ENH: splitMeshRegions: combine cellZones. See #2046
......@@ -1349,7 +1349,7 @@ void matchRegions
cellRegion,
nCellRegions,
clusterI,
1 // minimum overlap
clusterSizes[clusterI] // require exact match
);
if (regionI != -1)
......@@ -1736,8 +1736,8 @@ int main(int argc, char *argv[])
}
}
// Collect sets of zones into clusters. If no cluster is just an identity
// list (cluster 0 is cellZone 0 etc.)
// Collect sets of zones into clusters. If no cluster is just an
// identity list (cluster 0 is cellZone 0 etc.)
wordList clusterNames;
labelListList clusterToZones;
labelList zoneToCluster;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment