openfoam/applications/utilities/preProcessing/PDR
Mark Olesen e2861cc200 ENH: return UList range slice as a SubList
- previously returned the range slice as a UList,
  but this prevents convenient assignment.
  Apply similar handling for Field/SubField

  Allows the following

     labelRange range(...);
     fullList.slice(range) = identity(range.size());

  and

     fullList.slice(range) = UIndirectList<T>(other, addr);

ENH: create SubList from full FixedList (simplifies interface)

- allow default constructed SubList. Use shallowCopy to 'reset' later
2021-10-29 17:04:51 +02:00
..
pdrFields ENH: return UList range slice as a SubList 2021-10-29 17:04:51 +02:00
PDRsetFields ENH: return UList range slice as a SubList 2021-10-29 17:04:51 +02:00
Allwclean GIT: rename directory PDRsetFields -> PDR 2020-12-11 20:24:24 +00:00
Allwmake GIT: rename directory PDRsetFields -> PDR 2020-12-11 20:24:24 +00:00