- Feb 08, 2018
-
-
Alexandru Fikl authored
-
Alexandru Fikl authored
-
- Feb 07, 2018
-
-
Alexandru Fikl authored
-
- Nov 08, 2017
-
-
Matt Wala authored
-
- Oct 05, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Sep 25, 2017
-
-
Andreas Klöckner authored
-
- Sep 06, 2017
-
-
Matt Wala authored
-
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.
-
- Aug 29, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Aug 28, 2017
-
-
Matt Wala authored
At least on my branch of SymEngine (v0.3.0), this test fails because it greedily evaluates the Subs nodes.
-
Andreas Klöckner authored
-
- Aug 24, 2017
-
-
Andreas Klöckner authored
-
- Aug 11, 2017
-
-
Andreas Klöckner authored
-
- Aug 10, 2017
-
-
Andreas Klöckner authored
-
- Jul 01, 2017
-
-
Isuru Fernando authored
-
- Jun 01, 2017
-
-
Andreas Klöckner authored
-
- May 30, 2017
-
-
Andreas Klöckner authored
-
- May 21, 2017
-
-
Matt Wala authored
Closes #16 on gitlab.
-
- May 20, 2017
- May 19, 2017
-
-
Matt Wala authored
when using sympy, so code generation doesn't blow up. Also add a test the uses LineTaylorLocalExpansion.
-
- Apr 22, 2017
-
-
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.
-
- Mar 02, 2017
-
-
Andreas Klöckner authored
-
- Feb 26, 2017
-
-
Andreas Klöckner authored
This reverts merge request !31
-
Andreas Klöckner authored
This reverts merge request !26
-
- Feb 17, 2017
-
-
Matt Wala authored
-
- Feb 02, 2017
- Jan 29, 2017
-
-
Matt Wala authored
-
- Jan 28, 2017
-
-
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.
-
- Jan 27, 2017
-
-
Matt Wala authored
-
- Jan 19, 2017
-
-
Matt Wala authored
This makes match_common_args() slightly better at detecting recursive matches. Closes #9
-
- Jan 11, 2017
-
-
Matt Wala authored
-
- Jan 10, 2017
- Jan 09, 2017
-
-
Matt Wala authored
-
- Dec 01, 2016
-
-
Andreas Klöckner authored
-
- Nov 30, 2016
-
-
Matt Wala authored
These expansions use information from the PDE to compress the number of needed Taylor coefficients.
-