- 22 Dec, 2017 1 commit
-
-
Bernd Flemisch authored
-
- 21 Dec, 2017 5 commits
-
-
Dennis Gläser authored
They are needed for analytic assembly
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
Correct handling of gravitational flux contributions requires the mpfa framework to be completely re-designed.
-
Timo Koch authored
-
- 11 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 25 Nov, 2017 1 commit
-
-
Dennis Gläser authored
-
- 14 Nov, 2017 1 commit
-
-
Timo Koch authored
-
- 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 5 commits
-
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
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 6 commits
-
-
[mpfa][interiorboundarydata] fix previous erroneous commit of handing in element to facetVolVars() method
-
-
-
-
-
we do not incorporate the handling of lower dimensional elements on the facets in the base laws etc anymore. We want to overload functionalities required to realize the coupling in the mixeddimension-specific classes. The upwind scheme is still to be modified!
-
- 03 Feb, 2017 1 commit
-
-
Dennis Gläser authored
-
- 29 Jan, 2017 1 commit
-
-
Dennis Gläser authored
The flux variables cache now inherits from caches defined in the different laws. These also define a respective filler class that is called when updating the flux variables caches. That enables us to define different caches for different laws.
-
- 27 Jan, 2017 2 commits
-
-
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.
-
-
- 21 Dec, 2016 1 commit
-
-
Dennis Gläser authored
-
- 16 Dec, 2016 2 commits
-
-
The laws now have a static const public variable stating which discretization method they belong to. That makes it possible to use the TPFA darcys law implementation in an mpfa context by changing the MolecularDiffusionType property.
-
-
- 12 Dec, 2016 1 commit
-
-
Dennis Gläser authored
For non-zero neumann boundary conditions we did a scaling to recover DgradU at the boundary from the prescribed flux. We don't do this anymore and assume that when the UseTpfaBoundary property is set to false, that the user provides -DgradU at the boundary instead of, e.g., mass fluxes.
-
- 08 Dec, 2016 2 commits
-
-
- 02 Dec, 2016 1 commit
-
-
Dennis Gläser authored
-
- 23 Nov, 2016 7 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.
-
-