- 30 Sep, 2020 2 commits
-
-
-
Currently all neighbors of neihbors are added, which is not really efficient.
-
- 10 Oct, 2019 2 commits
-
-
- 08 Oct, 2019 1 commit
-
-
- 17 Dec, 2018 2 commits
-
-
Timo Koch authored
-
Simon Scholz authored
-
- 09 Dec, 2018 1 commit
-
-
- 20 Nov, 2018 1 commit
-
-
Dennis Gläser authored
-
- 13 Nov, 2018 1 commit
-
-
- 22 Feb, 2018 3 commits
- 16 Feb, 2018 1 commit
-
-
Bernd Flemisch authored
-
- 01 Feb, 2018 1 commit
-
-
Dennis Gläser authored
The types for stencils are now passed to the nodal index set via a traits class. This allows using Dune::ReservedVector whenever the maximum sizes are known at compile time.
-
- 18 Jan, 2018 3 commits
-
-
Timo Koch authored
Mpfa contributed by DennisGlaeser
-
-
This reduces the massive memory overhead for mpfa schemes.
-
- 12 Jan, 2018 1 commit
-
-
Dennis Gläser authored
-
- 11 Jan, 2018 4 commits
-
-
Dennis Gläser authored
-
Dennis Gläser authored
This requires additional info to be supplied by the FluxStencils. For example, this commit further introduces the property MaxNumBranchesPerScvf with which the size for these reserved vectors is parameterized for network/surface grids.
-
* cast enum to int before comparing
-
-
- 19 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 15 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 11 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 28 Oct, 2017 1 commit
-
-
Dennis Gläser authored
-
- 25 Oct, 2017 4 commits
-
-
Dennis Gläser authored
the dual grid index set now does not contain the data on the global scv indices that are connected to the faces. The local data is only available in the iv index set. This should be better for methods other than the mpfa-o method, as in those the local mappings of the dual grid index set is maybe useless (e.g. for the mpfa-l scheme).
-
Dennis Gläser authored
TODO: implement ficks and fouriers law, as well as the interaction volume data handles accordingly for problems involving diffusion/heat conduction
-
-
Dennis Gläser authored
-
- 23 Aug, 2017 1 commit
-
-
Timo Koch authored
-
- 03 Feb, 2017 1 commit
-
-
Dennis Gläser authored
-
- 27 Jan, 2017 1 commit
-
-
Timo Koch authored
Fix the flux stencil for every method independent of the stencils used in the different flux laws. The matrix entries have to be reserved for all possible occuring stencils if the method has parameter or solution dependent stencils, otherwise the matrix needs to be rebuild every time. This implements this unified flux stencil for box, cc, ccmpfa. Remove a lot of duplicate code. Separate the physical laws from the dicretization stencil.
-