add patch blacklisting to surfaceMeshExtract
- similar idea as to foamToVTK -excludePatches
Cross-ref EP.1000
Cross-ref EP.1000
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
mentioned in commit 033a4a52f81a8c0aaa86595d00b5ba1cd308bedd
Rules for whitelist/blacklist matching:
whitelist | blacklist | behaviour |
---|---|---|
none | none | accept all non-empty, non-processor |
none | defined | also reject blacklisted |
defined | none | only accept whitelisted |
defined | defined | apply whitelist. Post-filter with blacklist |
If a patch is matched with both a whitelist and blacklist, a literal (non-regex) whitelist match will always win. Otherwise the blacklist wins.
mentioned in commit 441fa946b31aaa5703b0dc29ed3a3af84e76bc5c
closed