openfoam/applications
Mark Olesen bcabe827f6 ENH: dedicated HashSetOps, HashTableOps namespaces
- relocated HashSetPlusEqOp and HashTablePlusEqOp to
  HashSetOps::plusEqOp and HashTableOps::plusEqOp, respectively

- additional functions for converting between a labelHashSet
  and a PackedBoolList or List<bool>:

  From lists selections to labelHashSet indices:

      HashSetOps::used(const PackedBoolList&);
      HashSetOps::used(const UList<bool>&);

  From labelHashSet to list forms:

      PackedBoolList bitset(const labelHashSet&);
      List<bool> bools(const labelHashSet&);
2018-03-06 11:41:34 +01:00
..
solvers ENH: fvMatrix::setReferences() single value variant 2018-03-02 13:27:34 +01:00
test ENH: dedicated HashSetOps, HashTableOps namespaces 2018-03-06 11:41:34 +01:00
utilities ENH: dedicated HashSetOps, HashTableOps namespaces 2018-03-06 11:41:34 +01:00
Allwmake