openfoam/applications/utilities/preProcessing
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
..
applyBoundaryLayer ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
boxTurb Merge remote-tracking branch 'origin/master' into develop 2018-08-29 13:51:40 +01:00
changeDictionary STYLE: use range-for when looping dictionary entries. 2018-10-19 13:08:24 +02:00
createExternalCoupledPatchGeometry ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
createZeroDirectory STYLE: use range-for when looping dictionary entries. 2018-10-19 13:08:24 +02:00
dsmcInitialise ENH: Utilities - add -region option when creating meshes 2018-01-16 12:10:20 +00:00
engineSwirl ENH: use vector::normalise and VectorSpace::normalised for clarity 2018-08-10 15:18:29 +02:00
faceAgglomerate STYLE: use range-for when looping dictionary entries. 2018-10-19 13:08:24 +02:00
foamUpgradeCyclics ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
mapFields ENH: more stringent checks for fileName concatenation 2018-10-11 10:07:11 +02:00
mapFieldsPar ENH: use dictionary::readEntry for detection of input errors (#762, #1033) 2018-10-05 10:15:13 +02:00
mdInitialise ENH: Utilities - add -region option when creating meshes 2018-01-16 12:10:20 +00:00
setAlphaField ENH: use "origin" for searchable sphere etc. (#1060) 2018-10-29 15:51:05 +00:00
setFields STYLE: add nBoundaryFaces() method to primitiveMesh 2018-09-27 10:17:30 +02:00
viewFactorsGen ENH: extend globalIndex toGlobal methods 2018-11-05 16:23:33 +01:00
wallFunctionTable ENH: use dictionary::get<word>() instead of lookup() in a few places 2018-10-19 09:11:31 +02:00