- Jan 23, 2020
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Jan 22, 2020
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
minimal-conda
-
Stephan Seitz authored
-
Michael Kuron authored
-
Michael Kuron 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 16, 2020
-
-
Stephan Seitz authored
-
- Jan 14, 2020
-
-
Michael Kuron authored
-
Michael Kuron 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
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Dec 19, 2019
-
-
Stephan Seitz authored
-
- Dec 17, 2019
-
-
Michael Kuron authored
-
Michael Kuron authored
otherwise the index gets lost
-
- Dec 06, 2019
-
-
- Dec 04, 2019
-
-
Michael Kuron authored
uses new Field.neighbor_vector
-
- Dec 03, 2019
-
-
Michael Kuron authored
-
- Nov 30, 2019
-
-
Michael Kuron authored
move_constants_before_loop needed to be changed to move already-existing variables up if necesesary and to preserve constness when renaming variables
-
- Nov 29, 2019
-
-
Michael Kuron authored
-
Michael Kuron authored
also add a test for subexpressions
-
Stephan Seitz authored
-
Michael Kuron authored
-
- Nov 28, 2019
-
-
Martin Bauer authored
-
- Nov 25, 2019
-
-