- Sep 25, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Sep 22, 2017
-
-
Dominic Kempf authored
We mistook a tag for an Id here...
-
Dominic Kempf authored
It always aims for maximally horizontal vectorization where possible.
-
- Sep 21, 2017
-
-
Dominic Kempf authored
The previous changes to directly pass the visitor into the coefficient handler was messed up in one place - only being triggered by the downstream maxwell example.
-
Dominic Kempf authored
-
Dominic Kempf authored
So far, it had to restore indexing information on the visitor for the second branch. This can be avoided by index pushdown, just as we do with the sum of two tensors.
-
- Sep 20, 2017
-
-
Dominic Kempf authored
-
- Sep 15, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
When doing jacobians of nonlinear systems, the inames used for a given sum factorization kernel output depend on the accumulation context.
-
Dominic Kempf authored
-
Dominic Kempf authored
Otherwise debugging of nonlinear problems becomes hard.
-
- Sep 13, 2017
-
-
Dominic Kempf authored
We havent got a nonlinear sumfact test case so far, so this one did not break. test coming soon.
-
Dominic Kempf authored
-
Dominic Kempf authored
It spares us some hassle with function manglers.
-
- Sep 08, 2017
-
-
Dominic Kempf authored
By using loopys group mechanism. Each sum factorization kernel defines a group that conflicts with all other sum factorization groups. Conflicts: python/dune/perftool/sumfact/realization.py python/dune/perftool/sumfact/vectorization.py
-
Dominic Kempf authored
-
Dominic Kempf authored
-
René Heß authored
-
- Sep 07, 2017
-
-
Dominic Kempf authored
-
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.
-
Dominic Kempf authored
-
- Sep 06, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
We recently learned that usage of sub_elements in UFL is ambiguous...
-
- Sep 05, 2017
-
-
Dominic Kempf authored
otherwise my paraview throws me segfault.
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
It will be necessary to correctly do fastdg for systems
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
To comply with latest pdelab.
-
- Sep 01, 2017