- Mar 08, 2016
-
-
Bernd Flemisch authored
Commit 219dd9 defaulted the linear solver to a sequential one. Since the box Richards test is running in parallel, a parallel linear solver has to be set. The AMGBackend gives slightly different results above the fuzzy threshold. Therefore, also the reference solution is adapted.
-
- Mar 07, 2016
-
-
Bernd Flemisch authored
Replace the word "Decoupled" in TypeTags and classes by "Sequential", according to FS#252. For both the TypeTags and the Decoupled...Indices classes, the compilers don't emit a deprecation warning. For the TypeTags, a run-time check is performed at the end of the start() routine.
-
- Mar 04, 2016
-
-
Thomas Fetzer authored
-
- Mar 03, 2016
-
-
Timo Koch authored
* Test now reaches the inhomogeneities. * Introduced epsiodes to reduce vtu output * Increase end time
-
- Mar 02, 2016
-
-
Kilian Weishaupt authored
Ignore the porosity for all box models since it is defined element-wise in these test but the default 2p2c implementation outputs porosity per vertex. Depending on the order of the elements, the porosity would differ in these cases.
-
- Feb 22, 2016
-
-
Thomas Fetzer authored
Add Property for maximum number of subdomains Fix Richardson number Fix Indentation
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Feb 19, 2016
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Feb 16, 2016
-
-
Thomas Fetzer authored
A base problem on the model level was necessary
-
Using correct floating point comparison with epsilons led to a alightly different solution. Reference updated. Use input gridcreator instead of structured dgf file
-
- Feb 10, 2016
-
-
- Feb 02, 2016
-
-
Christoph Grüninger authored
Get rid of external grid managers Use coarser mesh (65x65 instead of 85x85)
-
Natalie Schröder authored
-
Thomas Fetzer authored
-
Timo Koch authored
Argument dependent lookup deduces the Dune namespace from the function arguments that are also in namespace Dune.
-
Natalie Schröder authored
only the ni-base-model will be listed in the module list ni-test-problems include docu from non-ni-base problem
-
Timo Koch authored
-
- Jan 28, 2016
-
-
Kilian Weishaupt authored
Implement a temperature() function in the volvars and use it instead of volvars.fluidstate().xtemperature(). This reuqired the implementation of two template functions to ensure that the correct temperature() function is called depending on the number of energy equations considered.
-
- Jan 27, 2016
-
-
Kilian Weishaupt authored
Use volVars.moleFraction(wPhaseIdx, NaClIdx) instead of volVars.fluidState().moleFraction(wPhaseIdx, NaClIdx)
-
Kilian Weishaupt authored
Implement a pressure() and density() function in the volvars and use it instead of volvars.fluidstate().x(phaseIdx).
-
- Jan 26, 2016
-
-
Kilian Weishaupt authored
After commit 8557b77e which fixed shadowed variables in the fluidsystem, the test did not pass anymore. In addition, a new grid creator is used now which also leads to slight differences in the coordinates. Therefore, the reference solution had to be updated.
-
- Jan 25, 2016
-
-
Thomas Fetzer authored
Fixes a bug with conditional jump over uninitialized values, which was intoduced by generalizing how massFractions are set. This keeps the generalization, but reverts everything else to what it has been before. Changes in reference solutions are necessary due to small changes. Thanks gruenich for git-bisecting.
-
- Jan 22, 2016
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Jan 19, 2016
-
-
Thomas Fetzer authored
This changes the reference solutions.
-
Thomas Fetzer authored
-
Thomas Fetzer authored
This requires updating the reference solutions. For mpnckinetic it was not able to check, whether the reference solution was already broken before.
-