Skip to content
  • Mark OLESEN's avatar
    ENH: extend globalIndex toGlobal methods · f5baa9a5
    Mark OLESEN authored
    - 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())
         );
    f5baa9a5