- Nov 17, 2018
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Nov 14, 2018
-
-
Ned Coltman authored
-
- Nov 13, 2018
-
-
- Nov 12, 2018
-
-
Kilian Weishaupt authored
-
- Nov 09, 2018
-
-
Kilian Weishaupt authored
* allow setting a fixed value anywhere in the domain * do not use boundaryType but a separate function to check for fixed cell * set 1.0 on the diagonal in the system matrix and 0.0 for the off-diagonal entries to improve numerical accuracy
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
The functionality is tested in `test/io/vtk/test_vtk_staggeredfreeflowpvnames`.
-
Kilian Weishaupt authored
-
- Nov 02, 2018
-
-
Melanie Lipp authored
-
- Sep 30, 2018
-
-
Kilian Weishaupt authored
* was forgotten in recent renaming of tests * restart test failed because it was not forced to be run after the "regular" test
-
- Sep 28, 2018
-
-
-
* rename test
-
Kilian Weishaupt authored
-
- Sep 04, 2018
-
-
Implement decision made in !1137: - 1p gas: `gas` - 1p liquid: `liq` - 2p gas/liquid: `gas` and `liq` - 2p liquid/liquid: `aq` and `napl` - 3p: `gas`, `aq` and `napl` - solid: `s` Add `IsAqueous` to components to detect if a component is aqueous or not. Adapt reference solutions. Adjust `primaryVariableName` only where necessary to make the tests pass. Will be treated in general in !1212.
-
- Aug 27, 2018
-
-
Kilian Weishaupt authored
* clang won't compile otherwise
-
- Aug 10, 2018
-
-
Timo Koch authored
* We require the signature std::string(int, int) signature for all pv names functions passed to load solution. You can still wrap a function that just takes a privar index into a lambda with these two arguments. * We make FluidSystem an optional template parameter for all functions that don't make use of it. This way they can be also used directly in loadSolution when not using the convenience free function pvNames. * We return a function from the convenience free function now to be able to include the param group
-
Timo Koch authored
-
Works for non-staggered discretizations and solution vectors without state so far.
-
Pick the corresponding part of the staggered `MultiTypeBlockVector` in the main file and pass it to the general `loadSolutionFromVtkFile` in the `loadSolution` function. Add specialized `primaryVariableNameCell` and `...Face` functionality.
-
-
- Aug 08, 2018
-
-
Timo Koch authored
-
- Aug 06, 2018
-
-
Kilian Weishaupt authored
-
- Jul 20, 2018
-
-
-
-
-
Kilian Weishaupt authored
-
- Jul 12, 2018
-
-
- Jul 09, 2018
-
-
[test][navierstokes] Add parameters in input file to improve documentation of the numeric epsilon feature
-
-
- Jun 28, 2018
-
-
-
Timo Koch authored
Implement a grid manager class that creates grids and a grid data object. The new class is no longer a singleton. It is instantiated by the user. It is possible to get a shared_ptr to the grid data to pass it on to e.g. problem / spatial parameter classes. * No longer sets the overlap automatically (overlap to be checked by the grid geometry) * Does not depend on discretization method or TypeTag anymore Joint work with Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
-
- Jun 18, 2018
-
-
Timo Koch authored
-
- Jun 05, 2018
-
-