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