openfoam/applications/test/ListOps
Mark Olesen a34357b1a6 ENH: additional IndirectList static methods
- uniq() : creates an IndirectList with duplicated entries
  filtered out

- subset() : creates an IndirectList with positions that satisfy
  a condition predicate.

- subset_if() : creates an IndirectList with values that satisfy a
  given predicate.

  An indirect subset will be cheaper than creating a subset copy
  of the original data, and also allows modification.

STYLE: combine UIndirectList.H into UIndirectList.H (reduce file clutter)
2022-05-10 10:47:01 +02:00
..
Make CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
Test-ListOps.C ENH: additional IndirectList static methods 2022-05-10 10:47:01 +02:00