Skip to content
  • Mark OLESEN's avatar
    ENH: provide low-level bound box() methods for meshShapes · 81b1c502
    Mark OLESEN authored
    - box method on meshShapes (cell,edge,face,triangle,...)
      returns a Pair<point>.
    
      Can be used directly without dependency on boundBox,
      but the limits can also passed through to boundBox.
    
    - Direct box calculation for cell, which walks the cell-faces and
      mesh-faces.  Direct calculation for face (#2609)
    81b1c502