- Mar 19, 2018
-
-
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.
-
- Mar 07, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Mar 06, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
It would be hard to implement on top of the latest feature and contradict features projected for the near future.
-
- Feb 28, 2018
-
-
Dominic Kempf authored
-
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
-
- Feb 27, 2018
-
-
René Heß authored
-
- Feb 23, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Feb 22, 2018
-
-
René Heß authored
In ULF the jump is defined as jump(v) = v('+') - v('-'). Accordingly the outer unit normal has positve restriction and ('+') refers to self und ('-') to neighbor. Unfortunatly you can also find '+' and '-' swapped in the literature.
-
- Feb 19, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
René Heß authored
-
René Heß authored
-
Dominic Kempf authored
-
- Feb 16, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Feb 15, 2018
-
-
Dominic Kempf authored
-
René Heß authored
-
Dominic Kempf authored
-
René Heß authored
The control operator doesn't accumulate in the residual. Instead the localoperator has a member vector where the value of the derivative is accumulated.
-
Dominic Kempf authored
-
Dominic Kempf authored
-