- 22 Sep, 2021 2 commits
-
-
-
The element was never used, but solely passed to have a conforming interface to the TPFA filler. However, the interfaces are not the same anyway, since e.g. IVDataStorage is passed to the mpfa filler.
-
- 26 Jun, 2020 1 commit
-
-
Timo Koch authored
-
- 29 Apr, 2020 1 commit
-
-
Kilian Weishaupt authored
-
- 24 Apr, 2020 1 commit
-
-
Ned Coltman authored
-
- 14 Apr, 2020 1 commit
-
-
Timo Koch authored
-
- 01 Apr, 2020 1 commit
-
-
Place no deprecation macros where GridView will be substituted by Grid::LeafGridView after release 3.2.
-
- 30 Mar, 2020 1 commit
-
-
[mpfa][fluxvarscachefiller] detect zero diff coeffs also for single phase for compatibility with tracer model
-
- 26 Mar, 2020 4 commits
-
-
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
-
-
[mpfa] throw deprecation warning if vol vars do not implement an effectiveDiffusionCoefficient() function
-
-
- 06 Feb, 2020 1 commit
-
-
Dennis Gläser authored
-
- 05 Feb, 2020 1 commit
-
-
Timo Koch authored
-
- 10 Oct, 2019 2 commits
-
-
- 08 Oct, 2019 1 commit
-
-
- 02 Oct, 2019 2 commits
-
-
-
in Ficks law to mass reference system
-
- 24 Apr, 2019 2 commits
-
-
-
The default flux variable cache filler helper classes for mpfa and tpfa are actually specific for porous medium flow models, just like the cache itself. This change moves them to a new header porousmediumflow/fluxvariablescachefiller.hh and deprecates the old classes and headers in the discretization folder.
-
- 17 Dec, 2018 2 commits
-
-
Timo Koch authored
-
Simon Scholz authored
-
- 02 Dec, 2018 1 commit
-
-
The interaction volumes and data handles are now stored within an extra container structure. Access to interaction volumes from the grid flux variables cache or its local view is now only possible for a given scvf, for which then the respective iv it is embedded in is returned.
-
- 30 Nov, 2018 1 commit
-
-
- 28 Nov, 2018 1 commit
-
-
Dennis Gläser authored
-
- 21 Nov, 2018 2 commits
-
-
Dennis Gläser authored
This is more in agreement to the local view classes.
-
Dennis Gläser authored
-
- 20 Nov, 2018 11 commits
-
-
Dennis Gläser authored
That makes it possible to overload the local assembler class while reusing an interaction volume.
-
Dennis Gläser authored
instead of storing pointers to the transmissibilities and pressures etc, we now only store a pointer to the data handle and reconstruct the fluxes in the DarcysLaw implementation. This dramatically reduces the number of lines needed for the cache implementation.
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
Instead of deriving from the process-related handle classes the handle class contains these sub-handles and provides access to it. That allows process-independent algorithms on the sub-handle classes as soon as the return functions get more generic names.
-
Dennis Gläser authored
Resizing of the matrices place in the local assembler directly wherr needed. This has a small negative impact on performance but saves a lot of code.
-
Dennis Gläser authored
-
- 17 Nov, 2018 1 commit
-
-
Bernd Flemisch authored
-