- Sep 07, 2017
-
-
René Heß authored
Save all stage 1 sum factorization kernels that are used in accumulation expression in the cache during the dry run. Discard all inactive sum factorization kernels in decide_vetorization_strategy.
-
- Sep 05, 2017
-
-
Dominic Kempf authored
Add 3d tests for stokes Closes #96 See merge request !172
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
Report number of sf kernels See merge request !178
-
- Sep 01, 2017
- Aug 31, 2017
-
-
Dominic Kempf authored
Codegen-time function evaluation Closes #90 See merge request !176
-
René Heß authored
Make anisotropic quadrature order possible for non DG examples.
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Aug 30, 2017
-
-
Dominic Kempf authored
-
- Aug 29, 2017
-
-
Jorrit Fahlke authored
This did not work previously, since we are patching the submodules, which makes them dirty, and then `git submodule update` will refuse to update them. Closes #96.
-
René Heß authored
-
René Heß authored
- Use TensorProductElement in one example. - We still use the sumfact option to swicth to the sum factorization code branch. This way it is still possible to easily swicth between sumfact and non sumfact code. - Only TensorProductElements with the same degree in all directions will work. Anisotropie and adaption of quadrature rule will happen in the next commits.
-
René Heß authored
-
René Heß authored
-
Dominic Kempf authored
These are broken, see !98.
-
Dominic Kempf authored
The y ar enot properly implemented right now, do not seem to be necessary and conflict with recent changes in loopy.
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
-
Conflicts: test/stokes/CMakeLists.txt
-
Note: Only works if recursion depth is high enough
-
- Aug 28, 2017
-
-
Dominic Kempf authored
Have a dedicated visitor for lambda generation from driver See merge request !170
-
Dominic Kempf authored
[bugfix] Correctly iterate over children of MixedElement See merge request !171
-
Dominic Kempf authored
-
Dominic Kempf authored
The way we currently iterate over children of mxied elements was plain wrong for nested mixed elements. The tests that revealed this will soon follow.
-
Dominic Kempf authored
So far, we used a global context to tell the normal visitor, that it is generating for driver code. This was feasible, as we only had one differing implementation. With more differences, it is better style to derive from the visitor and implement the differences there.
-
Dominic Kempf authored
-
Dominic Kempf authored
Fix/blockstructured sub element See merge request !168
-
-
-