- 05 Dec, 2018 1 commit
-
-
Martin Bauer authored
-
- 04 Dec, 2018 1 commit
-
-
Martin Bauer authored
-
- 03 Dec, 2018 3 commits
-
-
Martin Bauer authored
- previous implementation did not work for van der Walls eos - works now in V-P coordinates
-
Martin Bauer authored
-
Martin Bauer authored
-
- 21 Nov, 2018 1 commit
-
-
Martin Bauer authored
-
- 16 Nov, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
- sweep updates pdf field in place, but does not load all the values before overwriting them -> added a new transformation on AssignmentCollection that loads all read values first
-
- 14 Nov, 2018 3 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- small (length < 5) arrays with shape and stride information had to be memcpy'd to the GPU before every kernel call - instead of passing the information as arrays, the single elements are passed - leads to more function arguments, but simplifies GPU kernel calls -> changes in all backends required
-
- 13 Nov, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
- correction functions
-
- 29 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 26 Oct, 2018 1 commit
-
-
Martin Bauer authored
- currently scalar multiplication (field-access * Matrix) does not work since sympy classifies field-accesses as iterable and tries matrix multiplication instead of scalar multiplication
-
- 25 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 18 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 02 Oct, 2018 3 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- Added test for linear equation system and moved it to pystencils.utils
-
- 19 Sep, 2018 1 commit
-
-
Martin Bauer authored
- new functions to easily extract stencil coefficients and visualize them - Moved stencil functions from lbmpy to pystencils
-
- 08 Sep, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 05 Sep, 2018 13 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- simpler function to init N phase model
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- 1D benchmark scenario, trying different correction functions - 2D neumann angle evaluation based on circle fitting
-
Martin Bauer authored
- simplified pressure tensor formulas - added test that checks if force is mathematically equal if computed from pressure tensor or directly
-
Martin Bauer authored
-
Martin Bauer authored
-> test_numerical_1D notebook
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- 15 Aug, 2018 1 commit
-
-
Stephan Seitz authored
-
- 06 Jul, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
- CSE has to be done after dynamic relaxation rate adaption
-
- 05 Jul, 2018 1 commit
-
-
Martin Bauer authored
-