ENH: distinguish between cell/face/point topoSetSource (#1060)

- add intermediate classes topoSetCellSource, topoSetFaceSource,
  topoSetPointSource and corresponding New() factories
This commit is contained in:
Mark Olesen
2018-10-30 12:01:36 +00:00
parent 9a87a043d6
commit 9b638f9a71
97 changed files with 1756 additions and 741 deletions

View File

@ -18,7 +18,7 @@ FoamFile
// Name of set to operate on
name facesToBeRemoved;
// One of clear/new/invert/add/delete|subset/list
// One of (clear | new | invert | add | delete | subset | list)
action new;
// Actions to apply to pointSet. These are all the topoSetSource's ending