- Dec 08, 2016
-
-
Martin Bauer authored
- colored dot output of AST - various display helpers used in documentation
-
Jan Hoenig authored
-
Jan Hoenig authored
-
Jan Hoenig authored
and not as a string. Changed name of the file TypedSymbol to types. Fixed usage of dtype accordingly, however i might not have found every usage of dtype.
-
Jan Hoenig authored
-
- Dec 04, 2016
-
-
Christian Godenschwager authored
-
- Nov 28, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Nov 25, 2016
-
-
Martin Bauer authored
-
- Nov 24, 2016
-
-
Martin Bauer authored
- new waLBerla only benchmark
-
Martin Bauer authored
-
Martin Bauer authored
- wrote a new, separate lattice model for cumulants - tested with 2D LDC
-
Martin Bauer authored
-
- Nov 21, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Nov 17, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Nov 16, 2016
-
-
Jan Hoenig authored
-
- Nov 15, 2016
-
-
Jan Hoenig authored
-
Jan Hoenig authored
-
- Nov 14, 2016
-
-
Martin Bauer authored
-
- Nov 11, 2016
-
-
Martin Bauer authored
problem in moveConstantBeforeLoops transformation: --> a should end up here { for() { const int a = 5; } for() { const int a = 5 } } the "a" of the lower loop was not moved up, since it could not move across first loop (which is wrong)
-
Martin Bauer authored
-
- Nov 10, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Jan Hoenig authored
-
Jan Hoenig authored
-
- Nov 09, 2016
-
-
Martin Bauer authored
-
- Nov 08, 2016
-
-
Martin Bauer authored
- support for different #ghost layers at each coordinate limit
-
- Nov 06, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Nov 04, 2016
-
-
Martin Bauer authored
- LoopOverDomain changed to be able to loop over rectangular sub-region of field - support for slicing with makeSlice
-
- Nov 03, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- added sphinx files for documentation generation - collected kernel creation functions in new "cpu" and "cudagpu" modules
-