Skip to content
Snippets Groups Projects
  1. Oct 13, 2020
  2. Oct 07, 2020
  3. Jul 03, 2020
  4. Feb 14, 2020
  5. Nov 26, 2019
  6. May 19, 2019
  7. Mar 29, 2019
  8. Mar 28, 2019
  9. Mar 27, 2019
  10. Feb 27, 2018
  11. 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
  12. Aug 24, 2017
  13. May 21, 2017
  14. 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
  15. Mar 02, 2017
  16. Dec 01, 2016
  17. Nov 30, 2016
  18. Sep 28, 2016
  19. Jul 11, 2015
  20. Jul 06, 2015
  21. Feb 07, 2015
  22. Dec 02, 2013
  23. Jul 29, 2013
  24. Jul 28, 2013
  25. Jul 26, 2013
  26. Jul 22, 2013
  27. Jul 21, 2013
  28. Jul 19, 2013
  29. Jul 18, 2013
  30. Jul 16, 2013
  31. Jul 11, 2013
Loading