- Oct 12, 2020
-
-
Tim Jupe authored
-
- Oct 02, 2020
-
-
- Sep 30, 2020
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- Sep 25, 2020
-
-
Timo Koch authored
-
- Sep 09, 2020
-
-
Timo Koch authored
-
- Aug 06, 2020
-
-
Dennis Gläser authored
-
- Jul 29, 2020
-
-
Ned Coltman authored
-
- Jun 18, 2020
-
-
- May 28, 2020
-
-
Ned Coltman authored
-
- May 27, 2020
-
-
Kilian Weishaupt authored
* use unique names for log files
-
- May 26, 2020
-
-
Timo Koch authored
-
- May 19, 2020
-
-
Kilian Weishaupt authored
* based on Schneider et al. 2019: Coupling staggered-grid and MPFA finite volume methods for free flow/porous-medium flow problems
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- May 04, 2020
-
-
Dennis Gläser 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.
-
- Apr 30, 2020
-
-
Dennis Gläser authored
-
- Apr 14, 2020
-
-
-
Timo Koch authored
-
- Apr 10, 2020
-
-
- Apr 07, 2020
-
-
Timo Koch authored
-
-
-
-
-
- Apr 01, 2020
-
-
Place no deprecation macros where GridView will be substituted by Grid::LeafGridView after release 3.2.
-
- Mar 31, 2020
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Mar 26, 2020
-
-
FluidSystem::getMainComponent returns the main componet index of the phase. This doesn't actually make sense for the tracer models which why this commit also * removes getMainComponent for tracer fluid systems (Changelog amended) * guards all occurences of getMainComponent in code that works for tracer too with constexpr if
-
-
- Mar 17, 2020
-
-
Actually use the surface grid. Update references.
-
Timo Koch authored
-
- Mar 14, 2020
-
-
Timo Koch authored
-
-
- Mar 11, 2020
-
-
Timo Koch authored
-