openfoam/applications/utilities/preProcessing/viewFactorsGen
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
..
Make ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
searchingEngine.H
shootRays.H GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
viewFactorsGen.C ENH: extend globalIndex toGlobal methods 2018-11-05 16:23:33 +01:00