openfoam/applications/utilities/mesh/manipulation/checkMesh
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: checkMesh: output vol fields of mesh quality. Fixes #466. 2017-05-08 10:50:59 +01:00
checkGeometry.C STYLE: use edgeHashes include 2018-08-08 23:54:27 +02:00
checkGeometry.H checkMesh: Added option to write sets 2016-07-22 16:53:49 +01:00
checkMesh.C ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
checkMeshQuality.C checkMesh: Added writing of faceSets and cellSets containing errors 2016-06-12 20:51:07 +01:00
checkMeshQuality.H checkMesh: Added writing of faceSets and cellSets containing errors 2016-06-12 20:51:07 +01:00
checkTools.C ENH: extend globalIndex toGlobal methods 2018-11-05 16:23:33 +01:00
checkTools.H ENH: checkMesh: pass by reference. See #755. 2018-10-29 15:08:52 +00:00
checkTopology.C ENH: checkMesh: output volume of cellZone. Fixes #727. 2018-07-04 12:08:24 +01:00
checkTopology.H COMP: checkMesh: missing header 2017-09-07 09:42:03 +01:00
writeFields.C STYLE: more consistent use of dimensioned Zero, scalar decimal points 2018-07-13 10:28:48 +02:00
writeFields.H STYLE: consistent use of wordHashSet instead of HashSet<word> 2018-02-22 11:19:47 +01:00