Skip to content
Snippets Groups Projects
  1. Mar 08, 2016
    • Bernd Flemisch's avatar
      [richards] fix parallel test · f0de74b7
      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.
      f0de74b7
  2. Mar 07, 2016
    • Bernd Flemisch's avatar
      [sequential] replace decoupled by sequential · e2c53337
      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.
      e2c53337
  3. Mar 04, 2016
  4. Mar 03, 2016
  5. Mar 02, 2016
    • Kilian Weishaupt's avatar
      [test][CO2] Ignore vertex-wise defined porosity · cd06bc45
      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.
      cd06bc45
  6. Feb 22, 2016
  7. Feb 19, 2016
  8. Feb 16, 2016
  9. Feb 10, 2016
  10. Feb 02, 2016
  11. Jan 28, 2016
    • Kilian Weishaupt's avatar
      [cleanup] Use convenience function for temperature · 149f77c1
      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.
      149f77c1
  12. Jan 27, 2016
  13. Jan 26, 2016
    • Kilian Weishaupt's avatar
      [test_boxmpnckinetic] Update reference solution · d3e3e857
      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.
      d3e3e857
  14. Jan 25, 2016
    • Thomas Fetzer's avatar
      [compositionalfluidstate,test] Fix bug introduced in commit 15029. · 71471803
      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.
      71471803
  15. Jan 22, 2016
  16. Jan 19, 2016
Loading