- 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
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Mar 06, 2018
-
-
Dominic Kempf authored
cleanup facet jump confusion Closes #103 and #105 See merge request dominic/dune-perftool!229
-
Dominic Kempf authored
New vectorization features See merge request dominic/dune-perftool!227
-
Dominic Kempf authored
-
Dominic Kempf authored
-
René Heß authored
-
Dominic Kempf authored
It would be hard to implement on top of the latest feature and contradict features projected for the near future.
-
- Mar 02, 2018
-
-
Dominic Kempf authored
-
- Mar 01, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Feb 28, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
Generate adjoint and control operators See merge request dominic/dune-perftool!223
-
Dominic Kempf authored
enables use of permute and [] in opcounter See merge request dominic/dune-perftool!231
-
Dominic Kempf authored
fixes a nasty bug, where face information was omitted
-
Dominic Kempf authored
By implementing repr such that instance addresses are not part of sorting anymore
-
René Heß authored
-
- Feb 27, 2018
-
-
René Heß authored
-
- Feb 23, 2018
-
-
Dominic Kempf authored
Make order of assembly methods deterministic See merge request dominic/dune-perftool!230
-