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];
Showing
- applications/solvers/electromagnetics/magneticFoam/createFields.H 1 addition, 2 deletions...ions/solvers/electromagnetics/magneticFoam/createFields.H
- applications/solvers/incompressible/adjointShapeOptimizationFoam/createFields.H 6 additions, 8 deletions...ncompressible/adjointShapeOptimizationFoam/createFields.H
- applications/test/primitivePatch/testPrimitivePatch.C 1 addition, 4 deletionsapplications/test/primitivePatch/testPrimitivePatch.C
- applications/utilities/mesh/conversion/fluentMeshToFoam/README.txt 1 addition, 2 deletions...ons/utilities/mesh/conversion/fluentMeshToFoam/README.txt
- applications/utilities/mesh/generation/blockMesh/mergePatchPairs.H 2 additions, 8 deletions...ons/utilities/mesh/generation/blockMesh/mergePatchPairs.H
- applications/utilities/mesh/generation/extrudeMesh/extrudeMesh.C 1 addition, 1 deletion...tions/utilities/mesh/generation/extrudeMesh/extrudeMesh.C
- applications/utilities/mesh/generation/extrudeToRegionMesh/extrudeToRegionMesh.C 1 addition, 2 deletions...mesh/generation/extrudeToRegionMesh/extrudeToRegionMesh.C
- applications/utilities/mesh/manipulation/createBaffles/createBaffles.C 1 addition, 1 deletion...utilities/mesh/manipulation/createBaffles/createBaffles.C
- applications/utilities/mesh/manipulation/createPatch/createPatch.C 6 additions, 6 deletions...ons/utilities/mesh/manipulation/createPatch/createPatch.C
- applications/utilities/mesh/manipulation/splitMesh/splitMesh.C 2 additions, 2 deletions...cations/utilities/mesh/manipulation/splitMesh/splitMesh.C
- applications/utilities/mesh/manipulation/stitchMesh/stitchMesh.C 3 additions, 11 deletions...tions/utilities/mesh/manipulation/stitchMesh/stitchMesh.C
- applications/utilities/parallelProcessing/decomposePar/domainDecompositionDistribute.C 1 addition, 1 deletion...elProcessing/decomposePar/domainDecompositionDistribute.C
- applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshVolume.C 1 addition, 1 deletion...V3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshVolume.C
- applications/utilities/postProcessing/miscellaneous/postChannel/channelIndex.C 2 additions, 2 deletions...s/postProcessing/miscellaneous/postChannel/channelIndex.C
- applications/utilities/postProcessing/patch/patchAverage/patchAverage.C 6 additions, 6 deletions...tilities/postProcessing/patch/patchAverage/patchAverage.C
- applications/utilities/postProcessing/patch/patchIntegrate/patchIntegrate.C 19 additions, 19 deletions...ties/postProcessing/patch/patchIntegrate/patchIntegrate.C
- applications/utilities/surface/surfaceMeshTriangulate/surfaceMeshTriangulate.C 1 addition, 1 deletion...s/surface/surfaceMeshTriangulate/surfaceMeshTriangulate.C
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C 87 additions, 45 deletions...nFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H 12 additions, 1 deletion...nFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H
- src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.C 84 additions, 35 deletionssrc/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.C
Please register or sign in to comment