- Aug 21, 2019
-
-
René Heß authored
These methods are part of the driver block class interface and should also be generated if they are not used from the main function.
-
- Aug 20, 2019
- Aug 19, 2019
-
-
René Heß authored
-
- Oct 30, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Sep 14, 2018
-
-
Dominic Kempf authored
-
- Feb 05, 2018
-
-
Dominic Kempf authored
-
- Jan 31, 2018
-
-
Dominic Kempf authored
It makes the code generation workflow more complicated without contributing anything substantial
-
- Jan 30, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
Instationary stuff not fixed so far.
-
- Jan 15, 2018
-
-
Dominic Kempf authored
-
- Jan 12, 2018
-
-
Dominic Kempf authored
There is way more reasons to interpolate a function into the solution vector and we cover them with one code path: * Dirichlet boundary conditions (strong ones) * Initial conditions for instationary expressions * Initial guesses for Newton solvers
-
Dominic Kempf authored
These might sound completely silly, but they are useful when writing code generic w.r.t. the number of components
-
- Jan 03, 2018
-
-
Dominic Kempf authored
-
- 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.
-
- Aug 28, 2017
-
-
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.
-
- Aug 25, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
It is badly implemented as is and does not offer value over writing symbolic functions.
-
Dominic Kempf authored
Do not annotate FiniteElements anymore, further split driver code
-
Dominic Kempf authored
-
Dominic Kempf authored
It is badly implemented as is and does not offer value over writing symbolic functions.
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
Do not annotate FiniteElements anymore, further split driver code
-