Skip to content
Snippets Groups Projects
Commit 4850f1dc authored by mattijs's avatar mattijs
Browse files

ENH: cpuCabinet: remove excess cellZone. Fixes #2516

parent b51e0d4c
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,15 @@ FoamFile
actions
(
// Remove existing cellZone (from splitMeshRegions; contains all cells)
// so we don't have any cells in multiple cellZones (gives complaints
// in e.g. reconstructParMesh)
{
name domain0;
type cellZoneSet;
action remove;
}
{
name v_MRF_set;
type cellSet;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment