Skip to content
  • Mark OLESEN's avatar
    ENH: additional constructor and methods for PDRblock (#1216) · b1bbd50f
    Mark OLESEN authored
    - construct from positions
    
    - reset positions, minEdgeLen, find grid index
    
    ENH: add accessor for obtaining the size of a single i-j-k dimension
    
    - eg, obtain the 'i' dimension with any of these methods:
    
          ijkAddr.size(vector::X)
          ijkAddr.sizes().x()
          ijkAddr.sizes()[0]
    b1bbd50f