openfoam/applications/utilities
Mark Olesen f5baa9a583 ENH: extend globalIndex toGlobal methods
- now applicable to labelLists.

Note:
  in some situations it will be more efficient to use
  Foam::identity() directly. Eg,

     globalIndex globalCells(mesh.nCells());
     ...
     labelList cellIds
     (
         identity(globalCells.localSize(), globalCells.localStart())
     );
2018-11-05 16:23:33 +01:00
..
doc ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
finiteArea ENH: use restricted dictionary lookup for utilities (issue #762) 2018-07-24 08:08:30 +02:00
mesh ENH: extend globalIndex toGlobal methods 2018-11-05 16:23:33 +01:00
miscellaneous ENH: use dictionary::get<word>() instead of lookup() in a few places 2018-10-19 09:11:31 +02:00
parallelProcessing ENH: use dictionary::get<word>() instead of lookup() in a few places 2018-10-19 09:11:31 +02:00
postProcessing ENH: construct string types from Istream now explicit (#1033) 2018-11-03 20:24:34 +01:00
preProcessing ENH: extend globalIndex toGlobal methods 2018-11-05 16:23:33 +01:00
surface COMP: Allwmake: make -q work 2018-11-01 14:12:52 +00:00
thermophysical ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00