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