Skip to content
Snippets Groups Projects
  1. Jul 21, 2010
    • Mark Olesen's avatar
      ENH: support find via keyType for coordinateSystems · 82dec482
      Mark Olesen authored
      - 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;
                ...
            }
        )
      82dec482
    • Mark Olesen's avatar
      ENH: support keyType for porousZones · 6a03ebdd
      Mark Olesen authored
      - allows a regex to collect several cellZones.
        For example,
        (
            "cat1?(Back|Front)*"
            {
                coordinateSystem    system_10;
                porosity    0.781;
                ...
            }
        )
      6a03ebdd
  2. Jul 12, 2010
  3. Jul 06, 2010
  4. Jul 02, 2010
  5. Jun 30, 2010
  6. Jun 28, 2010
  7. Jun 24, 2010
  8. Jun 23, 2010