- Jan 17, 2018
-
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
Modifications: - Qk-DG basis instead of Pk-DG - No blocking - Lexicographic DOF ordering - Turning on nonlinear term (Navier Stokes instead of Stokes) - Add methods for printing residual/jacobi matrix Note: With the nonlinear term activated the solution of the program is of course garbage since it does not use a nonlinear solver. Only residual evaluation and assembly of the jacobi matrix are useful and can be compared to generated code.
-
René Heß authored
-
René Heß 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
-
- Dec 06, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Nov 22, 2017
-
-
Dominic Kempf authored
-
- Nov 20, 2017
-
-
René Heß authored
-
- Nov 09, 2017
-
-
René Heß authored
-
- Oct 30, 2017
-
-
René Heß authored
-
- Oct 25, 2017
-
-
René Heß authored
-
- Oct 09, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
To be honest, I have no idea why this is failing now and not before. But it makes sense, that the needed divisibility is not present here.
-
- Oct 06, 2017
-
-
- Sep 15, 2017
-
-
Dominic Kempf authored
-
- Sep 05, 2017
-
-
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.
-
Dominic Kempf authored
These are broken, see !98.
-
Dominic Kempf authored
-
Dominic Kempf authored
-
-
Conflicts: test/stokes/CMakeLists.txt
-
Note: Only works if recursion depth is high enough
-
- Aug 28, 2017
-
-