- Nov 17, 2018
-
-
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
-
- Oct 31, 2018
-
-
- 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
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* only local element needs to be bound
-
- Jul 31, 2018
-
-
Melanie Lipp authored
[test][navierstokesnc] Fix test test_msfreeflow. Make binaryDiffusionCoefficient have the same argument as in fluidsystem base class.
-
- Jul 25, 2018
-
-
Melanie Lipp authored
-
- Jul 24, 2018
-
-
Kilian Weishaupt authored
* internally forward to isOnWallAtPos * needed for coupling
-
- Jul 20, 2018
-
-
Timo Koch authored
-
Timo Koch authored
-
-
-
-
Kilian Weishaupt authored
-
Thomas Fetzer authored
-
* remove now obsolete NavierStokesNCIndices
-