Skip to content
Snippets Groups Projects
user avatar
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
History
Name Last commit Last update
..