openfoam/applications/utilities/postProcessing
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
..
dataConversion STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
foamCalc STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
graphics ENH: add operator[](const word&) as "find-by-name" to some classes 2010-04-29 10:12:35 +02:00
lagrangian/particleTracks STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
miscellaneous ENH: add operator[](const word&) as "find-by-name" to some classes 2010-04-29 10:12:35 +02:00
patch ENH: add operator[](const word&) as "find-by-name" to some classes 2010-04-29 10:12:35 +02:00
sampling ENH: Renamed curveSet to polyLineSet to better represent sampling method 2010-04-01 12:35:41 +01:00
scalarField/pPrime2 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
stressField/stressComponents STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
turbulence STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
velocityField STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
wall STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00