- Jul 24, 2017
-
-
Kilian Weishaupt authored
*volVars(elementIdx, localIdx)
-
Kilian Weishaupt authored
-
- Jul 21, 2017
-
-
Kilian Weishaupt authored
Feature/move phasepresence to privars See merge request !530
-
Kilian Weishaupt authored
* we use a copy instead of a reference in the signature to avoid linker errors related to passing a static variable to this function * https://stackoverflow.com/a/29259331
-
Martin Schneider authored
Feature/improve global fv geometry See merge request !532
-
Martin Schneider authored
-
Martin Schneider authored
The number of subEntities is wrong for non-conforming grids. Therefore, replace it with numFaces of the mapper.
-
Kilian Weishaupt authored
Merge branch 'feature/update-to-opm-2017.04' into 'next' See merge request !535
-
[opm] Update dumux to newest opm release See merge request !526
-
- Jul 20, 2017
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* instead, use negative value of corresponding flux * re-include errors when trying to access diffCoeff() with phaseIdx == compIdx
-
Kilian Weishaupt authored
* precompute density and ansatz function gradient
-
Kilian Weishaupt authored
* for trivial intersection mapper
-
Kilian Weishaupt authored
* it is not needed to pass this variable to the helper * it can, if need increment a private variable with each update() * localFaceIndex now comes from the geometryHelper
-
Kilian Weishaupt authored
* Only cache one and convert the other one on-the-fly
-
Kilian Weishaupt authored
* use correct component indices
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* introduce update method in geometry helper * use local face index * use intersection mapper
-
Kilian Weishaupt authored
-
- Jul 19, 2017
-
-
Martin Schneider authored
[staggered][model] Fix elementSolution See merge request !531
-
Kilian Weishaupt authored
* use integral_constant instead of int in order to access the whole cell-center related privars vector
-
- Jul 18, 2017
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* Remove unnecessary lambdas
-
Kilian Weishaupt authored
* Use these methods to account for mole/mass fraction
-
Kilian Weishaupt authored
* Use these methods to account for mole/mass fraction
-
Kilian Weishaupt authored
* We should never assume that the total molar fluxes cancel out by default
-
Kilian Weishaupt authored
* consider vector of molecular fluxes in a more generic way * when using moles, make sure that the total molar flux given by the respective diffusion law actually cancels out * otherwise, consider all individual fluxes for total balance
-
Kilian Weishaupt authored
* use alias
-
Kilian Weishaupt authored
* use const more often * use alias
-
Kilian Weishaupt authored
* use alias for vector type * use axpy to compute the mole fraction gradient (which erroneously contained the molar density)
-
Kilian Weishaupt authored
-
-
-
[2pnc] add useMoles as property to make 2pnc work with new compositional localresidual and return 0 as diffusion coeffiecient if phaseidx = compIdx instead of warning that diffCoeff does not exist
-
-
-
-
-