- Apr 13, 2018
-
-
Dominic Kempf authored
-
- Apr 11, 2018
-
-
Dominic Kempf authored
Simple test passes already
-
- Apr 10, 2018
-
-
Dominic Kempf authored
Avoid explicit doubles.
-
- Apr 09, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Mar 29, 2018
-
-
Dominic Kempf authored
They are not used in a senseful way anyway and loopy stumbled over them.
-
Dominic Kempf authored
-
- 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
-
- 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
-
- Mar 13, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
As a step towards making the driver the main function.
-
- 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
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.
-