- 09 Nov, 2017 1 commit
-
-
Kilian Weishaupt authored
* specialized for box/cc
-
- 28 Oct, 2017 1 commit
-
-
Dennis Gläser authored
we now have the following levels of type tags: - basic numerical model - linear solver type tag - discretization scheme-specific type tag - physics-related type tag (e.g. pmflow) - problem-specific type tag
-
- 25 Oct, 2017 3 commits
-
-
Dennis Gläser authored
-
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
-
- 23 Aug, 2017 1 commit
-
-
Timo Koch authored
-
- 17 Feb, 2017 1 commit
-
-
we do not allow for different implementations of the globalfvgeometry class for the different mpfa methods anymore. If this ever occurs to be necessary one might reintroduce this. Until then, we opt for having one file less.
-
- 23 Nov, 2016 10 commits
-
-
-
-
The treatment of mixed BC is questionable for cc methods. Not allowing for it enables us to not have to store n interaction volume seeds at the boundary.
-
-
-
The support for interior boundaries will be handled explicitly in the facet coupling implementation in the multidimension module. Its support in the standard mpfa implementation causes an overhead which we don't want here since interior boundaries do not have to be available for standard models.
-
Timo Koch authored
-
-
-
-