- May 19, 2020
-
-
Timo Koch authored
-
Timo Koch authored
-
Kilian Weishaupt authored
cleanup/staggeredupwindfluxvars ifconstexpr See merge request !2127
-
- May 18, 2020
-
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
[freeflow][staggeredupwindfluxvars] reduce the doLateralMomentumUpwinding_ functions with if constexpr
-
Ned Coltman authored
[freeflow][staggeredupwindfluxvars] reduce the getLateralUpwindingMomental_ functions with if constexpr
-
Ned Coltman authored
-
Ned Coltman authored
[freeflow][staggeredupwindfluxvars] reduce the getFrontalUpwindingMomenta_ functions with if constexpr
-
Ned Coltman authored
[freeflow][staggeredupwindfluxvars] reduce the doFrontalMomentumUpwinding_ functions with if constexpr
-
- May 11, 2020
-
-
Ned Coltman authored
-
Dennis Gläser authored
[cleanup] Remove unused typedefs See merge request !2124
-
- May 09, 2020
-
-
Kilian Weishaupt authored
Use Markdown for auto-generated README.md See merge request !2121
-
- May 08, 2020
-
-
Timo Koch authored
-
Kilian Weishaupt authored
Cleanup rans tests with c++17 See merge request !2119
-
- May 07, 2020
-
-
Ned Coltman authored
-
Dennis Gläser authored
[cleanup][2p] Remove include of 1p model See merge request !2122
-
- May 06, 2020
-
-
Melanie Lipp authored
[docu][doxygen] Change dot image format from png (default) to svg to reduce the size of the doxygen html folder to less than 40 percent.
-
Timo Koch authored
-
Bernd Flemisch authored
Although `extractmodulepart.sh` generates a `README.md`, no Markdown is used so far in this file. Use Markdown to define headings, lists and a table.
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
- May 05, 2020
-
-
Ned Coltman authored
-
- May 04, 2020
-
-
Dennis Gläser authored
-
Ned Coltman authored
[fix] Update cmake install headers See merge request !2117
-
Timo Koch authored
-
-
Dennis Gläser authored
This commit also modifies the tracer_tracer test, as this failed for box after removing the elembctypes. This is because it was using Neumann no-flow boundary conditions for the fracture domain on the left boundary while the bulk problem used Dirichlet BCs. The old elembctypes for box were discarding Dirichlet BCs on those nodes on the boundary that also couple to fractures in order for the coupling conditions to be fulfilled. However, that discards the boundary condition. With this commit, Dirichlet BCs are always fulfilled, but for the tracer test this means that as a consequence, the pressure in the fracture on the left side is equal to the bulk pressure - because it uses Dirichlet-type coupling conditions. This commit changes the test such that it uses Dirichlet BCs in the bulk domain only on the lower part of the boundary such that the fracture touches the domain boundary at a no-flow boundary.
-
-
- May 03, 2020
-
- May 01, 2020
-
-
Martin Schneider authored
-
- Apr 30, 2020
-
-
Timo Koch authored