Skip to content
Snippets Groups Projects
  1. Jun 11, 2017
  2. Jun 09, 2017
  3. May 16, 2017
  4. May 05, 2017
  5. Apr 25, 2017
  6. Apr 24, 2017
  7. Apr 21, 2017
  8. Apr 20, 2017
  9. Apr 15, 2017
  10. Apr 11, 2017
  11. Apr 06, 2017
  12. Mar 30, 2017
  13. Mar 29, 2017
  14. Mar 24, 2017
  15. Mar 20, 2017
  16. Mar 19, 2017
  17. Mar 16, 2017
  18. 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
    • Jan Hoenig's avatar
      merged · 39a096fa
      Jan Hoenig authored
      39a096fa
  19. 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
    • Martin Bauer's avatar
      pystencils: periodicity · c2807e92
      Martin Bauer authored
      c2807e92