- Apr 18, 2018
-
-
Martin Bauer authored
- flags can be force when setting boundaries, this is helpful for: - setting up quantities (e.g. relaxation rate..) dependent on current flag configuration - bit operation fix when pickling: function has to have the same name as the python object
-
Martin Bauer authored
- boundaries with same name have not been displayed correctly
-
Martin Bauer authored
- new kernel creation function for kernels that write to staggered fields - simplification of conditionals with integers uses ISL library now via islpy bindings
-
Martin Bauer authored
-
- Apr 13, 2018
-
-
Martin Bauer authored
- removed warnings - added flake8 as CI target
-
Martin Bauer authored
-
Martin Bauer authored
-
- Apr 12, 2018
-
-
Martin Bauer authored
-
Martin Bauer authored
- moved Dockerfiles into separate directory - tests for minimal setup on ubuntu & conda - adapted setup scripts to correctly handle dependencies - new conda environment files for users and developers
-
- Apr 11, 2018
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Apr 10, 2018
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Fixed a bug in field.py
-
-
Martin Bauer authored
-
Martin Bauer authored
- test run again - notebooks not yet
-
Martin Bauer authored
-
Martin Bauer authored
- assignment collection - sympyextensions
-
Martin Bauer authored
- added documentation - PEP8 renaming
-
Martin Bauer authored
- Previously sympy.Eq was used to represent assignments. However Eq represents equality not assignment. This means that sometimes sympy "simplified" an equation like a = a to True, -> replaced sp.Eq by pystencils.Assignment everywhere - renamed EquationCollection to AssignmentCollection
-
Martin Bauer authored
- switched to google style docstrings - removed dead code - started to annotate types
-
Martin Bauer authored
for fields without index dimensions the indices (0,) and () have been treated equivalently, but did not compare equal
-
- Mar 29, 2018
-
-
Martin Bauer authored
- notebooks are considered in coverage analysis now -> custom notebook runner plugin adapted - added images for documentation
-
- Mar 28, 2018
-
-
Martin Bauer authored
- shortened the longest running tests, moved some configurations to longrun
-
Martin Bauer authored
-
Martin Bauer authored
-
- Mar 27, 2018
-
-
Jan Hönig authored
Modified the gitlab-ci for benchmarking purposes Created a new Dockerfile for benchmarking purposes, which includes the intel compiler. Docker file now has likwid installed as well. Created a machine file for the benchmarking machine. Kerncraft updated and fixed. TODOs: - cleanup of the yaml files - Test the Skylake machine file and kerncraft_coupling for correct behaviour
-
- Mar 22, 2018
-
-
Martin Bauer authored
-
- Mar 19, 2018
-
-
Martin Bauer authored
-
- Mar 16, 2018
-
-
Martin Bauer authored
-> one place to switch between cpu and gpu
-
- Mar 15, 2018
-
-
Martin Bauer authored
-