openfoam/applications/utilities/mesh/conversion
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
..
ansysToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
cfx4ToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
fluent3DMeshToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
fluentMeshToFoam ENH: add operator[](const word&) as "find-by-name" to some classes 2010-04-29 10:12:35 +02:00
foamMeshToFluent STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
foamToStarMesh STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
foamToSurface STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
gambitToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
gmshToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
ideasUnvToFoam STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
kivaToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
mshToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
netgenNeutralToFoam STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
Optional STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
plot3dToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
polyDualMesh STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
sammToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
star3ToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
star4ToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
tetgenToFoam STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
writeMeshObj STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00