- Jan 25, 2018
-
-
René Heß authored
-
Dominic Kempf authored
Add Navier-Stokes example See merge request dominic/dune-perftool!197
-
- Jan 24, 2018
-
-
René Heß authored
-
- Jan 23, 2018
-
-
Dominic Kempf authored
Feature/cmake add generated executable See merge request dominic/dune-perftool!213
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Jan 19, 2018
- Jan 18, 2018
-
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
Dominic Kempf authored
[skip ci] Small fix regarding floating point type consistency See merge request dominic/dune-perftool!212
-
Dominic Kempf authored
-
- 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
-
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
-
René Heß authored
Remove interactive mode See merge request dominic/dune-perftool!211
-
- Jan 16, 2018
-
-
Dominic Kempf authored
It's completely unmaintained andI doubt that it will at some point what it was intended for...
-
- Jan 15, 2018
-
-
Dominic Kempf authored
Feature/fixes for hyperbolic stuff See merge request dominic/dune-perftool!210
-
Dominic Kempf authored
-
- Jan 12, 2018
-
-
Dominic Kempf authored
-
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
The visitor state regarding indices needs to be correctly reset for child iteration in these cases.
-
Dominic Kempf authored
These might sound completely silly, but they are useful when writing code generic w.r.t. the number of components
-
- Jan 08, 2018
-
-
Dominic Kempf authored
Divide through h_e for in Stokes application See merge request dominic/dune-perftool!209
-
- Jan 05, 2018
-
-
René Heß authored
-