ENH: support find via keyType for coordinateSystems
- findAll() method returns a labelList of all matching names - find() method returns the index to the first matching name For example, use a regex to specify alternative coordinate systems in porousZones ( "cat1?(Back|Front)*" { coordinateSystem "(cat1|system_10)"; porosity 0.781; ... } )
Showing
- src/meshTools/coordinateSystems/coordinateSystem.C 10 additions, 11 deletionssrc/meshTools/coordinateSystems/coordinateSystem.C
- src/meshTools/coordinateSystems/coordinateSystem.H 1 addition, 1 deletionsrc/meshTools/coordinateSystems/coordinateSystem.H
- src/meshTools/coordinateSystems/coordinateSystems.C 45 additions, 7 deletionssrc/meshTools/coordinateSystems/coordinateSystems.C
- src/meshTools/coordinateSystems/coordinateSystems.H 8 additions, 5 deletionssrc/meshTools/coordinateSystems/coordinateSystems.H
Please register or sign in to comment