Skip to content
  • Liam M. Healy's avatar
    Create grids from index/indices · 141dbe9b
    Liam M. Healy authored
    Two new functions in new file grid/index-functions.lisp
        make-grid-from-index
        make-grid-sequential-elements
    will create grids from the index or indices. The first one is general,
    the second one creates elements as an affine transformation
    (step/offset) of the indices. These functions are more general than
    and replace the test-grid-double-float and offset-ifd which were
    written for test grid generation.
    141dbe9b