- 17 Dec, 2019 4 commits
-
-
Martin Bauer authored
AssignmentCollection.__bool__ See merge request !108
-
Martin Bauer authored
Allow `CUSTOM_FIELD`s to have a different size in transformations.py See merge request !107
-
Stephan Seitz authored
This yields better error messages
-
Stephan Seitz authored
AssignmentCollection can be used in many cases where you could also use a List[Assignment]. With AssignmentCollection.__bool__, an empty AssignmentCollection is falsy and a non-empty one truthy. So you can `assert assignments, 'must not be emtpy'`
-
- 16 Dec, 2019 1 commit
-
-
Stephan Seitz authored
-
- 10 Dec, 2019 1 commit
-
-
Jan Hönig authored
-
- 06 Dec, 2019 5 commits
-
-
Martin Bauer authored
Fix FiniteDifferenceStaggeredStencilDerivation on Sympy 1.1 See merge request !105
-
Michael Kuron authored
-
Martin Bauer authored
Field.Access compare fails when one field access returns the offsets as ints in its hashable contents and another one as sp.Integers.
-
Martin Bauer authored
Minor improvements to FiniteDifferenceStaggeredStencilDerivation See merge request !104
-
-
- 05 Dec, 2019 4 commits
-
-
Martin Bauer authored
Fix OpenCL for CUDA OpenCL by avoid int(...) constructor See merge request !102
-
Martin Bauer authored
Fix printing for Functions without name See merge request !103
-
Stephan Seitz authored
This fixes test for LLVM GPU using pointer_arith_func
-
Stephan Seitz authored
Prefer c-style cast instead.
-
- 04 Dec, 2019 4 commits
-
-
Martin Bauer authored
finite difference stencil derivation for staggered positions See merge request !99
-
Martin Bauer authored
Auto for assignments See merge request !95
-
Martin Bauer authored
-
Michael Kuron authored
uses new Field.neighbor_vector
-
- 03 Dec, 2019 5 commits
-
-
Martin Bauer authored
-
Michael Kuron authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 01 Dec, 2019 2 commits
-
-
Martin Bauer authored
Reimplement create_staggered_kernel Closes #16 See merge request !93
-
Michael Kuron authored
-
- 30 Nov, 2019 5 commits
-
-
Michael Kuron authored
-
Michael Kuron authored
move_constants_before_loop needed to be changed to move already-existing variables up if necesesary and to preserve constness when renaming variables
-
Martin Bauer authored
Add __getnewargs__ to TypedImaginaryUnit See merge request !94
-
Martin Bauer authored
Add own implementation for printing an unknown function See merge request !96
-
Michael Kuron authored
-
- 29 Nov, 2019 6 commits
-
-
Michael Kuron authored
-
Michael Kuron authored
also add a test for subexpressions
-
Stephan Seitz authored
-
Stephan Seitz authored
Using the SymPy implementation for printing a `sympy.Function` has some issues: - you cannot use `cast_func` as an argument -> SymPy prints `cast_func(2,float) - typed numbers are not typed any more -> e.g. pow(x, 0.25) instead of pow(x, 0.25f)
-
Stephan Seitz authored
There was a problem when pickling TypedImaginaryUnit since it was using the __getnewargs__ of TypedSymbol.
-
Michael Kuron authored
-
- 28 Nov, 2019 3 commits
-
-
Michael Kuron authored
-
Martin Bauer authored
-
Michael Kuron authored
-