Skip to content
Snippets Groups Projects
  1. Mar 16, 2017
  2. Mar 14, 2017
    • Martin Bauer's avatar
      pystencils: fields can now contain structs · ec3faf51
      Martin Bauer authored
      - this extension is necessary for more generic boundary treatment
      - cells can now be structs, i.e. contain different data types
      - instead of having numeric index dimensions, one can use the index per cell to adress struct elements
      ec3faf51
  3. Mar 13, 2017
    • Martin Bauer's avatar
      pystencils: Cleaned up type system · c8b455fe
      Martin Bauer authored
      - use data type class consistently instead of strings (in TypedSymbol, Field and jit module)
      - new datatype class is based on numpy types with additional specifier information (const and restrict)
      - translation between data type class and other modules (numpy, ctypes)
      c8b455fe
  4. Feb 23, 2017
  5. Feb 14, 2017
  6. Feb 13, 2017
    • Martin Bauer's avatar
      pystencils: additional checks when calling kernel · 184489d0
      Martin Bauer authored
      - check that fixed size kernels are called with arrays of the correct size
      - checks that layout of compilation matches runtime layout
      - not allowed any more to mix fixed & and variable sized fields in a kernel
      184489d0
  7. Feb 09, 2017
  8. Dec 16, 2016
  9. Dec 15, 2016
  10. Dec 08, 2016
  11. Nov 24, 2016
  12. Nov 21, 2016
  13. Nov 17, 2016
  14. Nov 11, 2016
  15. Nov 10, 2016
  16. Nov 09, 2016
  17. Nov 08, 2016
  18. Nov 04, 2016
    • Martin Bauer's avatar
      Sliced iteration · 411af476
      Martin Bauer authored
      - LoopOverDomain changed to be able to loop over rectangular sub-region of field
      - support for slicing with makeSlice
      411af476
  19. Nov 03, 2016
  20. Nov 02, 2016