openfoam/applications/utilities/parallelProcessing
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
..
decomposePar ENH: add operator[](const word&) as "find-by-name" to some classes 2010-04-29 10:12:35 +02:00
reconstructPar STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
reconstructParMesh STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
redistributeMeshPar STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00