- Nov 20, 2017
-
-
René Heß authored
-
Dominic Kempf authored
-
- Nov 09, 2017
-
-
René Heß authored
-
- Oct 25, 2017
- Oct 11, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
This reverts commit b82e6531.
-
Dominic Kempf authored
-
- Oct 10, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
for consistency.
-
- Oct 09, 2017
-
-
Dominic Kempf authored
-
- Oct 06, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Oct 05, 2017
-
-
Dominic Kempf authored
-
- Sep 20, 2017
-
-
Dominic Kempf authored
-
- Sep 15, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
Otherwise debugging of nonlinear problems becomes hard.
-
- Sep 06, 2017
-
-
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
To comply with latest pdelab.
-
- Sep 01, 2017
-
-
René Heß authored
-
- Aug 31, 2017
-
-
René Heß authored
Make anisotropic quadrature order possible for non DG examples.
-
- Aug 29, 2017
-
-
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
-
- Aug 28, 2017
-
-
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
-
- Aug 25, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-