openfoam/applications/utilities/mesh/generation/extrudeToRegionMesh
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 ENH: application to extrude a faceZone into a separate region mesh 2010-03-17 11:17:17 +00:00
createShellMesh.C STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
createShellMesh.H STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
extrudeToRegionMesh.C ENH: add operator[](const word&) as "find-by-name" to some classes 2010-04-29 10:12:35 +02:00
patchPointEdgeCirculator.C STYLE: fix worst spacing violations for 'os <<' constructions 2010-04-13 17:45:49 +02:00
patchPointEdgeCirculator.H STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
patchPointEdgeCirculatorI.H BUG: syntax problems found by gcc-4.5.0 2010-04-22 09:00:31 +02:00