Commits on Source (10)
-
Stephan Seitz authored
There's also sympy.printing.c but we are always compiling as C++.
41cd5271 -
Markus Holzer authored
Make work on SymPy 1.7: sympy.printing.ccode -> sympy.printing.cxx See merge request pycodegen/pystencils!170
558b9f81 -
Stephan Seitz authoredf4ba5448
-
Markus Holzer authored
Fix #23: Make Field.Access NotIterable Closes #23 See merge request pycodegen/pystencils!166
04eb30b6 -
Markus Holzer authored4afb63bb
-
Markus Holzer authored
Warning fixes in setup.py See merge request pycodegen/pystencils!172
99257435 -
dab3371d
-
Markus Holzer authored
count_operations: fix to not count integer expressions for addresses/constants as real operations See merge request pycodegen/pystencils!171
5836b20e -
Markus Holzer authoredfd9315e1
-
Markus Holzer authored
Update pystencils integration pipeline See merge request pycodegen/pystencils!173
43bdbcb8
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- pystencils/backends/cbackend.py 4 additions, 1 deletionpystencils/backends/cbackend.py
- pystencils/field.py 1 addition, 5 deletionspystencils/field.py
- pystencils/sympyextensions.py 11 additions, 6 deletionspystencils/sympyextensions.py
- pystencils_tests/test_field_access_poly.py 29 additions, 0 deletionspystencils_tests/test_field_access_poly.py
- pystencils_tests/test_simplification_strategy.py 1 addition, 1 deletionpystencils_tests/test_simplification_strategy.py
- pystencils_tests/test_timeloop.py 1 addition, 1 deletionpystencils_tests/test_timeloop.py
- setup.py 56 additions, 57 deletionssetup.py
pystencils_tests/test_field_access_poly.py
0 → 100644