Feature/adpativity next
- Dec 12, 2017
-
-
Dennis Gläser authored85576bf3
-
Dennis Gläser authoredc331e0c6
-
Dennis Gläser authored
throw statements are no const expressions
c3804f79 -
Dennis Gläser authored
Publicly stating of numComponents and numPhases has to be implemented anyway. Should be done already in all fluid systems.
39732b1c -
Dennis Gläser authoredf81c90a2
-
Timo Koch authored
gcc7.2 interpreted the brace initializer as initializer list and wrongly constructed the pivar vector with only one entry. The solution in this patch works for all tested compilers.
720bef01 -
Timo Koch authored9ca6b353
-
Timo Koch authored33c4ade3
-
2ec428d8
-
155ac11a
-
a47ef141
-
For this test one needs to be able to update the point source map from outside. As a first workaround, the computePointSourceMap() function in the FvProblem does not get a map as input anymore but takes its own map. We should discuss how this should look in general.
6dbfb319 -
b8231625
-
d01b215b
-
The test in the old master used element-wise distributed permeabilities and material law parameters. This makes a big difference for the solution on adaptive grids with the box scheme. In order to get closer to the reference solution obtained on master, we have to do the same here.
1ab18b8c -
234fe48a
-
3336ac48
-
In adaptive grids it might be necessary to store more interaction volume data. Memory reallocation must be avoided as the stored pointers lose validity otherwise.
9dccbe34 -
this will be necessary in the grid data transfer for adaptive 2p models
f86c730b -
The fvGeometry and volVars vectors need to be updated before calling the indicator update function
350bd384 -
Timo Koch authoredadf4c305
-