Skip to content
Snippets Groups Projects
  1. Feb 08, 2018
  2. Feb 07, 2018
  3. Nov 08, 2017
  4. Oct 05, 2017
  5. Sep 25, 2017
  6. Sep 06, 2017
    • Matt Wala's avatar
    • Matt Wala's avatar
      Fix SymEngine code generation. Closes #24. · 2c566458
      Matt Wala authored
      * replaces mat / scalar with mat * scalar**-1.
      * replace list argument to subs with a dict
      
      (Although there are pending changes to SymEngine for the above two
      issues, they aren't released in a version yet.)
      
      * Removed deep as a kwarg to expand(). It doesn't do what we want
      anyway.
      
      * Disabled caching for tests in test_kernels. This exercises SymEngine
      code generation every time the tests run. The execution time for these
      tests without caching is about 6 minutes for me, so the overhead is
      acceptable.
      2c566458
  7. Aug 29, 2017
  8. Aug 28, 2017
  9. Aug 24, 2017
  10. Aug 11, 2017
  11. Aug 10, 2017
  12. Jul 01, 2017
  13. Jun 01, 2017
  14. May 30, 2017
  15. May 21, 2017
  16. May 20, 2017
  17. May 19, 2017
  18. Apr 22, 2017
    • Matt Wala's avatar
      P2P: Add support for exclude_self in the FMM. · 8736b6c3
      Matt Wala authored
      This changes the P2P stage to be aware of self interactions in the FMM
      and to exclude them, if desired. Self interactions are specified by
      passing an extra array called *source_to_target* which matches source
      numbers to target numbers.
      8736b6c3
  19. Mar 02, 2017
  20. Feb 26, 2017
  21. Feb 17, 2017
  22. Feb 02, 2017
  23. Jan 29, 2017
  24. Jan 28, 2017
    • Matt Wala's avatar
      Move kill_trivial_assignments() over to pymbolic. · 8621651e
      Matt Wala authored
      When doing substitution, SymEngine seems to collapse Subs nodes. This
      was leading to problems for sumpy, which relies on having Subs nodes in
      the expressions after killing trivial assignments.
      
      This change moves the job to pymbolic, which appears to preserve Subs
      nodes.
      8621651e
  25. Jan 27, 2017
  26. Jan 19, 2017
  27. Jan 11, 2017
  28. Jan 10, 2017
  29. Jan 09, 2017
  30. Dec 01, 2016
  31. Nov 30, 2016
Loading