48 setToCellZone::typeName,
49 "\n Usage: setToCellZone <cellSet>\n\n"
50 " Select all cells in the cellSet.\n\n"
76 setName_(dict.
lookup(
"set"))
106 if (!isA<cellZoneSet>(
set))
110 "setToCellZone::applyToSet(const topoSetSource::setAction"
112 ) <<
"Operation only allowed on a cellZoneSet." <<
endl;
120 Info<<
" Adding all cells from cellSet " << setName_
131 label cellI = iter.key();
133 if (!fzSet.
found(cellI))
135 newAddressing.append(cellI);
144 Info<<
" Removing all cells from cellSet " << setName_
148 cellSet loadedSet(mesh_, setName_);