- 17 Jan, 2020 1 commit
-
-
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
-
- 16 Jan, 2020 9 commits
-
-
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
-
- 15 Jan, 2020 4 commits
-
-
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
-
- 14 Jan, 2020 7 commits
-
-
Martin Bauer authored
Make create_staggered_kernel work with OpenMP See merge request pycodegen/pystencils!123
-
Michael Kuron authored
-
Michael Kuron authored
-
Martin Bauer authored
Add DataHandling.add_arrays See merge request pycodegen/pystencils!120
-
Martin Bauer authored
Automatic Finite Volume and Volume-of-Fluid discretization See merge request pycodegen/pystencils!121
-
Michael Kuron authored
-
Stephan Seitz authored
-
- 13 Jan, 2020 2 commits
-
-
Stephan Seitz authored
-
Stephan Seitz authored
This adds a function for lazy people who want to write ```python dh = create_data_handling((20, 30)) dh.add_arrays('x, y(9), z') ``` instead of ```python dh = create_data_handling((20, 30)) dh.add_array('x') dh.add_array('y', values_per_cell=9) dh.add_array('z') ``` because in most cases you want to use more than one array.
-
- 10 Jan, 2020 17 commits
-
-
Stephan Seitz authored
Opencl datahandling See merge request pycodegen/pystencils!119
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
this to your children or students)
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
PointerType should be rendered differently in OpenCL backend
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-