- Jan 16, 2020
-
-
Michael Kuron authored
-
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
-
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
-
- Jan 13, 2020
-
-
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.
-
- Jan 10, 2020
-
-
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
-
- Jan 09, 2020
-
-
Martin Bauer authored
Allow functions for Field.coordinate_transform See merge request pycodegen/pystencils!118
-
Martin Bauer authored
-
- Jan 08, 2020
-
-
Stephan Seitz authored
-