- 05 May, 2021 1 commit
-
- 09 Apr, 2021 1 commit
-
-
Timo Koch authored
-
- 07 Apr, 2021 2 commits
-
-
Melanie Lipp authored
-
Dennis Gläser authored
-
- 04 Apr, 2021 2 commits
- 03 Apr, 2021 1 commit
-
-
Timo Koch authored
-
- 24 Mar, 2021 4 commits
-
-
Timo Koch authored
-
Timo Koch authored
-
Dennis Gläser authored
-
-
- 22 Mar, 2021 1 commit
-
-
Having the variables being reset after Dirichlet actually caused a bug fixed in !2240. This cleans up the order of things to make the code better readable.
-
- 05 Mar, 2021 1 commit
-
-
- 02 Mar, 2021 1 commit
-
-
Timo Koch authored
-
- 27 Feb, 2021 1 commit
-
-
Timo Koch authored
-
- 26 Feb, 2021 1 commit
-
-
- 25 Feb, 2021 1 commit
-
-
- 01 Feb, 2021 1 commit
-
-
Timo Koch authored
-
- 23 Dec, 2020 1 commit
-
-
Melanie Lipp authored
[multidomain][fvassembler] Change variable warningIssued from a local static variable to a private class member for compatabilit with gcc7 compiler.
-
- 03 Dec, 2020 3 commits
-
-
Use the vector helper in both cases. Emit a warning if the norm calculation is used for the box method and an overlapping decompisition.
-
-
-
- 11 Nov, 2020 1 commit
-
-
Handle ghost elements in the subdomain local assemblers in the same way as they are treated in the single-domain case.
-
- 30 Oct, 2020 1 commit
-
-
Timo Koch authored
-
- 27 Oct, 2020 7 commits
-
-
Timo Koch authored
Coupling methox from Koch et al 2020 JCP (https://doi.org/10.1016/j.jcp.2020.109370)
-
Timo Koch authored
[md][embedded][surface] Add choice between average operator and point evaluation and integrate over intersections instead of elements
-
Timo Koch authored
-
Timo Koch authored
If segments intersect the boundary of the 3d domain not all of the surface of the tubular inclusion will couple with the 3d domain. The surface factor accounts for the reduction in surface area for cylinder surfaces that are partly inside partly outside the 3d domain. This measure has proven to slightly reduce the difference at boundaries between different coupling schemes.
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
- 23 Oct, 2020 1 commit
-
-
Timo Koch authored
Fix compiler warning related to implicit conversion This makes sure, given some ratio that the resulting number of samples is between 1 and the largest representable std::size_t. The given ratio is clamped to the interval (0,1] if it's outside that range.
-
- 20 Oct, 2020 2 commits
-
-
Timo Koch authored
-
Timo Koch authored
The enums provide a convenient way to select the type of 1d3d coupling mode. However they are not extensible. Adding a new mode requires changing Dumux core code. With the new comparable and named tags, we have the same features but in an extensible way. Every coupling manager implementation can define their own (unique) tag and specialize the common class with this tag. The coupling mode can be queried as before, and it is still easy to write code that works with several coupling modes. This commit also puts all coupling mode specializations in their own headers.
-
- 14 Oct, 2020 1 commit
-
-
- 02 Oct, 2020 1 commit
-
- 30 Sep, 2020 1 commit
-
-
Dennis Gläser authored
-
- 21 Sep, 2020 1 commit
-
-
Kilian Weishaupt authored
* Add missing header
-
- 09 Sep, 2020 1 commit
-
-
Kilian Weishaupt authored
-
- 05 Aug, 2020 1 commit
-
-
Dennis Gläser authored
-