- Jan 30, 2019
-
-
Martin Bauer authored
boundary conditions can specify how the index list should be built: - list coordinates of domain or boundary cells (previous always inner) - list all links or only the first link
-
- Jan 29, 2019
-
-
Martin Bauer authored
-
- Jan 18, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
- complicated pressure tensor derivation not required
-
- Jan 10, 2019
-
-
Martin Bauer authored
-
- Jan 09, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Dec 05, 2018
-
-
Martin Bauer authored
-> last concentration is automatically computed as 1-others -> makes code more general
-
Martin Bauer authored
- conceptionally not required: force needs to be in transformed coords - for 3 phase model it makes no difference after bug was fixed in extract_gammas
-
Martin Bauer authored
-
Martin Bauer authored
-
- Dec 04, 2018
-
-
Martin Bauer authored
-
- Dec 03, 2018
-
-
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
-
- Nov 21, 2018
-
-
Martin Bauer authored
-
- Nov 16, 2018
-
-
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
-
- Nov 14, 2018
-
-
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
-
- Nov 13, 2018
-
-
Martin Bauer authored
-
Martin Bauer authored
- correction functions
-
- Oct 29, 2018
-
-
Martin Bauer authored
-
- Oct 26, 2018
-
-
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
-
- Oct 25, 2018
-
-
Martin Bauer authored
-
- Oct 18, 2018
-
-
Martin Bauer authored
-
- Oct 02, 2018
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- Added test for linear equation system and moved it to pystencils.utils
-
- Sep 19, 2018
-
-
Martin Bauer authored
- new functions to easily extract stencil coefficients and visualize them - Moved stencil functions from lbmpy to pystencils
-
- Sep 08, 2018
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Sep 05, 2018
-
-
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
-