- Feb 10, 2022
-
-
-
Markus Holzer authored
-
- Nov 22, 2021
-
-
- Oct 26, 2021
-
-
- Sep 10, 2021
-
-
- Jan 11, 2021
-
-
- Dec 21, 2020
-
-
- Dec 11, 2020
-
-
Sebastian Bindgen authored
-
- Oct 13, 2020
-
-
- Aug 09, 2020
-
-
Markus Holzer authored
-
- Aug 08, 2020
-
-
Markus Holzer authored
-
- Jul 09, 2020
-
-
Stephan Seitz authored
-
- Jun 19, 2020
-
-
Markus Holzer authored
-
- Feb 23, 2020
-
-
Stephan Seitz authored
-
- Feb 12, 2020
-
-
Stephan Seitz authored
-
- Jan 27, 2020
-
-
Stephan Seitz authored
-
- Jan 15, 2020
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Jan 14, 2020
-
-
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
this to your children or students)
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Nov 19, 2019
-
-
Michael Kuron authored
-
- Nov 15, 2019
-
-
Michael Kuron authored
-
- Nov 14, 2019
-
-
Michael Kuron authored
-
- Jul 11, 2019
-
-
Martin Bauer authored
-
- Mar 21, 2019
-
-
Martin Bauer authored
This restructuring allows for easier separation of modules into separate repositories later. Also, now pip install with repo url can be used. The setup.py files have also been updated to correctly reference each other. Module versions are not extracted from git state
-