Skip to content
  • Mark OLESEN's avatar
    ENH: add primitiveMesh cellBb() · 0ba458fd
    Mark OLESEN authored and Andrew Heather's avatar Andrew Heather committed
    - the boundBox for a given cell, using the cheapest calculation:
    
      - cellPoints if already available, since this will involve the
        fewest number of min/max comparisions.
    
      - otherwise walk the cell faces: via the cell box() method
        to avoid creating demand-driven cellPoints etc.
    0ba458fd