openfoam/applications/utilities/mesh/manipulation/splitMesh
Mark Olesen 72f7d46f23 ENH: add operator[](const word&) as "find-by-name" to some classes
- affected: polyBoundary, fvBoundaryMesh, ZoneMesh, searchableSurfaces

  before:
      const label zoneI = mesh.cellZones().findZoneID(zoneName);
      const cellZone& cz = mesh.cellZones()[zoneI];
  after:
      const cellZone& cz = mesh.cellZones()[zoneName];
2010-04-29 10:12:35 +02:00
..
Make remove trailing space from some files 2009-12-04 13:39:35 +01:00
regionSide.C STYLE: use forAllIter, forAllConstIter instead of long-hand version 2010-04-12 11:18:38 +02:00
regionSide.H STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
splitMesh.C ENH: add operator[](const word&) as "find-by-name" to some classes 2010-04-29 10:12:35 +02:00