- Aug 13, 2019
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
- Aug 12, 2019
-
-
Martin Bauer authored
-
- Aug 09, 2019
-
-
Martin Bauer authored
-
-
- Aug 08, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
- allow AST nodes in assignment collection to e.g. put RNG nodes in LB method
-
Martin Bauer authored
-
Martin Bauer authored
Remove deprecation warning ('cachedir' parameter has been deprecated) See merge request !24
-
- Aug 07, 2019
-
-
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 ```
-
- Aug 06, 2019
-
-
Martin Bauer authored
Make generate_c also work if astnode does not have member `instruction_set` See merge request !25
-
Martin Bauer authored
Add RELEASE-VERSION to .gitignore See merge request !21
-
Martin Bauer authored
implemented derivation of gradient weights via rotation See merge request !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 !16
-
Martin Bauer authored
Fix #10: Avoid jinja2 dependency Closes #10 See merge request !18
-
- Aug 05, 2019
-
-
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
-
- Aug 02, 2019
-
-
Martin Bauer authored
Remove floor, ceiling for integer symbols See merge request !14
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Jul 31, 2019
-
-
Martin Bauer authored
fix compiler options for macOS See merge request !12
-
- Jul 30, 2019
-
-
Michael Kuron authored
-
- Jul 29, 2019
-
-
Martin Bauer authored
-
- Jul 26, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jul 18, 2019
-
-
-
- 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
-