- Jan 23, 2020
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Jan 21, 2020
-
-
Martin Bauer authored
Allow vector assignments Closes #17 See merge request pycodegen/pystencils!133
-
Martin Bauer authored
let show_code display/print code Closes #6 See merge request pycodegen/pystencils!132
-
Martin Bauer authored
Add typeannotations and docstring for KernelWrapper See merge request pycodegen/pystencils!136
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Jan 20, 2020
-
-
Stephan Seitz authored
-
- Jan 18, 2020
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
- `get_code` will keep the previous behavior of `show_code` - `get_code_str` will be equivalent to previous `str(show_code(...))`
-
- Jan 17, 2020
-
-
Martin Bauer authored
Fix bug related to ParallelDataHandling See merge request pycodegen/pystencils!130
-
Martin Bauer authored
Fix FiniteDifferenceStencilDerivation.rotate_weights_and_apply See merge request pycodegen/pystencils!128
-
Martin Bauer authored
Print actual block contents in Conditional.{__repr__,__str__} See merge request pycodegen/pystencils!131
-
Stephan Seitz authored
-
Stephan Seitz authored
```python def to_gpu(gpu_version, cpu_version): gpu_version = gpu_version.boundary_object_to_index_list cpu_version = cpu_version.boundary_object_to_index_list > if isinstance(self.data_handling, ParallelDataHandling): E TypeError: isinstance() arg 2 must be a type or tuple of types ../pystencils/pystencils/boundaries/boundaryhandling.py:102: TypeError ``` None is not a type! ParallelDataHandling is None if `waLBerla` is not installed
-
- Jan 16, 2020
-
-
Stephan Seitz authored
Recent Numpy version do not support conversion from arbitrary iterables
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- Type does violate the sympy invariant obj.func(*obj.args) == obj - This seems to be ok when the object is an atom
-
Martin Bauer authored
-
Martin Bauer authored
Fix failing interpolation tests on newer sympy versions See merge request pycodegen/pystencils!126
-
Martin Bauer authored
SerialDataHandling: synchronization_function for tensor fields See merge request pycodegen/pystencils!122
-
Martin Bauer authored
-
Martin Bauer authored
-
Stephan Seitz authored
-
- Jan 15, 2020
-
-
Martin Bauer authored
Fix {PyCuda,PyOpenCl}ArrayHandler.{zeros,ones,randn} See merge request pycodegen/pystencils!125
-
Stephan Seitz authored
-
Martin Bauer authored
Add dtype to DataHandling.add_arrays See merge request pycodegen/pystencils!124
-
Stephan Seitz authored
-
- Jan 14, 2020
-
-
Martin Bauer authored
Make create_staggered_kernel work with OpenMP See merge request pycodegen/pystencils!123
-
Michael Kuron authored
-