- 12 Aug, 2019 1 commit
-
-
Stephan Seitz authored
-
- 08 Aug, 2019 1 commit
-
-
Martin Bauer authored
Remove deprecation warning ('cachedir' parameter has been deprecated) See merge request pycodegen/pystencils!24
-
- 07 Aug, 2019 1 commit
-
-
Stephan Seitz authored
Warning was: ``` /localhome/seitz_local/projects/pystencils/pystencils/cache.py:15: DeprecationWarning: The 'cachedir' parameter has been deprecated in version 0.12 and will be removed in version 0.14. You provided "cachedir='/localhome/seitz_local/.cache/pystencils'", use "location='/localhome/seitz_local/.cache/pystencils'" instead. disk_cache = Memory(cachedir=cache_dir, verbose=False).cache ```
-
- 06 Aug, 2019 8 commits
-
-
Martin Bauer authored
Make generate_c also work if astnode does not have member `instruction_set` See merge request pycodegen/pystencils!25
-
Martin Bauer authored
Add RELEASE-VERSION to .gitignore See merge request pycodegen/pystencils!21
-
Martin Bauer authored
implemented derivation of gradient weights via rotation See merge request pycodegen/pystencils!15
-
derive gradient weights of other direction with already calculated weights of one direction via rotation and apply them to a field. as_matrix gives now a deprecated warning and as_array is no newly implemented to replace it. as_array works with MutableDenseNDimArray now instead of Matrix
-
Stephan Seitz authored
`instruction_set`
-
Stephan Seitz authored
-
Martin Bauer authored
Declare FieldShapeSymbol and FieldStrideSymbol as strictly positive See merge request pycodegen/pystencils!16
-
Martin Bauer authored
Fix #10: Avoid jinja2 dependency Closes #10 See merge request pycodegen/pystencils!18
-
- 05 Aug, 2019 3 commits
-
-
Stephan Seitz authored
This commit avoid dependency of core pystencils on jinja2. However this could make the printing of some AST-nodes less elegant.
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 02 Aug, 2019 8 commits
-
-
Martin Bauer authored
Remove floor, ceiling for integer symbols See merge request pycodegen/pystencils!14
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 31 Jul, 2019 1 commit
-
-
Martin Bauer authored
fix compiler options for macOS See merge request pycodegen/pystencils!12
-
- 30 Jul, 2019 1 commit
-
-
Michael Kuron authored
-
- 29 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 26 Jul, 2019 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 18 Jul, 2019 6 commits
-
-
-
- rename header Field.h is not a unique name in waLBerla context - add PyStencilsField.h - bindings were lacking data type
-
Martin Bauer authored
functions like absolute values could not be used in CUDA backend since known_functions was replaced instead of updated
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
Add CudaBackend, CudaSympyPrinter to extract CUDA-specific code from CBackend, CustomSympyPrinter Cuda built-ins are added to CudaSympyPrinter.known_functions to use them as sympy.Function
-
- 15 Jul, 2019 7 commits
-
-
Martin Bauer authored
-
Stephan Seitz authored
# Conflicts: # pystencils/cpu/cpujit.py
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-