- Mar 19, 2019
-
-
- Mar 14, 2019
-
-
Dennis Gläser authored
- Mar 12, 2019
-
- Mar 11, 2019
-
-
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
-
Ned Coltman authored
-
- Mar 07, 2019
-
-
- Mar 05, 2019
-
-
Kilian Weishaupt authored
* suppress compiler warning
- Mar 04, 2019
-
-
Dennis Gläser authored
[velocityoutput] Use extrusion factor cached in the volume variables See merge request !1514
-
- Mar 03, 2019
-
- Mar 01, 2019
- Feb 28, 2019
-
-
-
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.
-
-
-
-
-