Skip to content
Snippets Groups Projects
Commit edb0d1dd authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: add range method to polyBoundaryMesh

- makes for easier extraction of boundary values since it encapsulates
  start/size directly.

Eg,
    SubList<T>(allValues, patches.range());
or
    bitSet(blocked, patches.range(patchi));
parent 9be9f02a
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment