- 27 Mar, 2019 2 commits
-
-
Kilian Weishaupt authored
* before, fluxes were called for each eqIdx
-
Kilian Weishaupt authored
-
- 26 Mar, 2019 6 commits
-
-
Simon Scholz authored
-
Simon Scholz authored
-
Kilian Weishaupt authored
* non-backward compatible change * store const ref to fvGridGeometry * call resize() without argument * adapt test
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* use attachConvergenceWriter() instead * store shared_ptr of convWriter in NewtonSolver * deprecate old interface * fix compiler error when using convWriter in stationary case
-
- 25 Mar, 2019 1 commit
-
-
Dennis Gläser authored
-
- 19 Mar, 2019 4 commits
-
-
- 14 Mar, 2019 1 commit
-
-
Dennis Gläser authored
-
- 11 Mar, 2019 4 commits
-
-
Ned Coltman authored
-
* use small indicies for loops * do not query for dofs using < 0 to check if they exist * remove superfluous this-> calls * use efficient types, clean up loops * move axis and pair data to namespace Detail
-
Ned Coltman authored
-
Ned Coltman authored
-
- 07 Mar, 2019 1 commit
-
-
- 05 Mar, 2019 1 commit
-
-
Kilian Weishaupt authored
* suppress compiler warning
-
- 03 Mar, 2019 1 commit
-
-
- 28 Feb, 2019 19 commits
-
-
-
This flux variables cache precomputes the shape values at the tpfa flux support point necessary on interior boundary scvfs with Neumann BCs specified on them.
-
This way we can formulate the flux dependent on both the matrix as well as the facet permeability. This significantly reduces the condition number of the resulting matrix and thus improves newton convergence.
-
-
-
-
On 3d grids, the maximum value of 8-bit integer types can easily be surpassed for the local indices within interaction volumes. We use the larger local index type now. This way we should always be on the safe side.
-
-
-
-
-
-
-
-
-
-
-
-
-