- Mar 23, 2016
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
We only have one gridcreator test using gmsh files. This adds another one. The grid ordering changes and the fuzzy compare could not sort it correctly. Might need a fix there. The solution is identical. Update reference.
-
* Use input file for structured grids instead of dgf files for zeroeq2cni tests
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
* Use input file for structured grids instead of dgf files for 2p2c implicit tests
-
Timo Koch authored
The analytical problem cluttered the directory with hundreds of vtus. We just write out one now and no restart file.
-
Timo Koch authored
-
* Use input file for structured grids instead of dgf files for 2p implicit tests
-
*The dgf files are no longer needed, therefore the folder "grids" is removed
-
* Use input file for structured grids instead of dgf files for 1p2c tests
-
This includes several tasks (in this commit tutorial / stokes / 1p / 2p-sequential) * Remove unnecessary header includes * Use vectors / FieldVectors when reading from input file more often * Use input file for structured grids instead of dgf files for most tests * Adapt usage message Several severe fixes to the original commit were provided by Dennis.
-
Timo Koch authored
Our box models only support non-overlapping partitioning. Our cc models only support overlapping partitioning (overlap > 0). This only concerns YaspGrid as it is the only grid manager using overlapping partitioning.
-
Kilian Weishaupt authored
[2cstokes2p2c] Use new fluxVars facility See merge request !119
-
Thomas Fetzer authored
-
Kilian Weishaupt authored
[fix][1p][test][sequential] Use a simple unit cube grid creator The MPFA interaction volumes store ElementSeeds. In other to restore entities from seed they need the grid which they obtain from the GridCreator. Thus having a GridCreator singleton class is mandatory for the MPFA models. See merge request !116
-
- Mar 22, 2016
-
-
Timo Koch authored
The MPFA interaction volumes store ElementSeeds. In other to restore entities from seed they need the grid which they obtain from the GridCreator. Thus having a GridCreator singleton class is mandatory for the MPFA models.
-
Kilian Weishaupt authored
[Richards] remove sources from output reference solutions had to be updated. Source terms were removed from the reference. See merge request !115
-
Katharina Heck authored
reference solutions had to be updated. Source terms were removed from the reference.
-
Christoph Grüninger authored
[patches] adapt patches for the 2.9 release Dumux 2.9 depends on Dune >= 2.4. Delete obsolete patch for dune-grid, update the one for dune-istl. Adapt README. See merge request !113
-
Bernd Flemisch authored
Dumux 2.9 depends on Dune >= 2.4. Delete obsolete patch for dune-grid, update the one for dune-istl. Adapt README.
-
- Mar 14, 2016
-
-
Kilian Weishaupt authored
[multidomain] Construct FluxVariables in new manner See merge request !106
-
Kilian Weishaupt authored
Feature/fs291 solutes See merge request !110
-
Kilian Weishaupt authored
[test][3p][fix] Correct temperature for H2O tables Results in immense speedup of the test of about 80%. See merge request !112
-
- Mar 13, 2016
-
-
Timo Koch authored
Results in immense speedup of the test of about 80%.
-
- Mar 11, 2016
-
-
Alexander Kissinger authored
Fix/2pdfm bug See merge request !86
-
-
The fracture variables and matrix saturations have to be initialized by default in case the return functions are used for vertices that are not connected to a fracture
-
Many of the private variables were not necessary for the performed calculations.
-
the porosity is already set in the base class
-
for the update of the new fluid state the updated primary variables have to be used
-
the fracture permeability in the volvars was not set. It is also not called yet which is why there was no segfault. However, one might want to have the possibility to call this function.
-
After updating the matrix saturations in the interface condition the mobilities in the matrix have to be updated. This is essential in the dfm approach and was not implemented.
-
in the local residual the derivative dSw_m/dSw_F was multiplied to the storage term even though in an implicit scheme this is not necessary
-
Thomas Fetzer authored
* instead the h2o2n2 fluidsystem can be called and the phase index can be set in the proeprty system
-
Thomas Fetzer authored
* reference solution for box and cc changed after correcting liquidDensity function in commit 9757ac83 * reference solution for cc used wrong globalPos
-