- Mar 28, 2018
-
-
Dominic Kempf authored
This is currently only used for level 4 instrumentation, as these start and stop markers were messing heavily with dependencies in the sum factorization code. This way, the necessary but ugly work of adding instrumentation is separated much more nicely.
-
- Mar 27, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
I was tired of the amount of ifs that changed behaviour depending on stage 1 or 3. This is a cleaner approach.
-
- Mar 26, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
This is a temporary fix for CI. After updating to loopy 2018.1, this should be properly fixed.
-
Dominic Kempf authored
-
- Mar 23, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Mar 22, 2018
-
-
Dominic Kempf authored
-
- Mar 21, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
It is not necessary anymore
-
Dominic Kempf authored
-
Dominic Kempf authored
It is applied to the function call...
-
Dominic Kempf authored
-
- Mar 20, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Mar 19, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Mar 16, 2018
-
-
Dominic Kempf authored
-
- Mar 15, 2018
-
-
Dominic Kempf authored
-
- Mar 14, 2018
-
-
Dominic Kempf authored
Omit cmake generated main function Closes #118 See merge request dominic/dune-perftool!235
-
Dominic Kempf authored
-
- Mar 13, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
As a step towards making the driver the main function.
-
Dominic Kempf authored
Implement possibility of functions that provide their own visitor See merge request dominic/dune-perftool!234
-
- Mar 09, 2018
-
-
Dominic Kempf authored
This will be needed to replace nonlinearities in Richards code with a cubic spline evaluation without bloating dune-perftool with the implementation details of such procedure. Also provides a test, that defines a custom square function.
-
- Mar 08, 2018
-
-
Dominic Kempf authored
[cmake] Fix dependency tracking for multiple operators Closes #108 See merge request dominic/dune-perftool!233
-
Dominic Kempf authored
Implement matrix free block preconditioner operators Closes #114 See merge request dominic/dune-perftool!232
-
Dominic Kempf authored
CMakes add_custom_command occasionally (undeterministically) trips over when multiple files are defined as output. The result is unnecessary regeneration upon every change of the accompanying C++ source... The commit fixes the issue by defining one custom command per operator. This has the additional pro of generating more verbose messages during generation. Implementation wise, CMake needed to extract more information from the ini file, so I switched to using dune-testtools Python-CMake interface.
-
- Mar 07, 2018
-
-
Dominic Kempf authored
-