- 18 Oct, 2019 1 commit
-
-
Timo Koch authored
-
- 27 May, 2019 2 commits
-
-
Functionality to create l2 projectors that project the solution living in a function space basis on a domain grid into the function space basis living on a target grid. Currently, the algorithm assumes the grids to be non-conforming and expects a glue object. An overload for different bases operating on the same grid can be provided in the future, however, the current algorithm would work as well (with the overhead of computing trivial intersections).
-
-
- 23 May, 2019 1 commit
-
-
- 03 Dec, 2018 1 commit
-
-
- 21 Nov, 2018 2 commits
- 13 Nov, 2018 1 commit
-
-
- 28 Jun, 2018 1 commit
-
-
Timo Koch authored
-
- 20 Jun, 2018 1 commit
-
-
Add a corresponding python script `bin/util/create_cmakelists.py`. Move the folder `bin/moduleutil` to `bin/util`. Run the script.
-
- 18 Jun, 2018 1 commit
-
-
Bernd Flemisch authored
`make install` din't work anymore since files listed in some `CMakeLists.txt` couldn't be found. With this patch, `make install` completes without error. I haven't checked if the installed stuff can actually be used. Thanks to Markus Blatt for pointing this out.
-
- 15 Apr, 2018 1 commit
-
-
Timo Koch authored
-
- 21 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 15 Dec, 2017 1 commit
-
-
Dennis Gläser authored
-
- 23 Nov, 2016 1 commit
-
-
A new folder named discretization is introduced on the /dumux level. In this folder there are all the geometry classes as well as vol vars, flux var cache and physical laws (darcy, fick etc), since they could be possibly reused in decoupled models and are not restricted to implicit models. NOTE: The fluxvariables and the flux variables cache are still in the folder /porousmediumflow/implicit/. It is to be discussed whether or not they should be moved into the discretization folder as well.
-