Skip to content
Snippets Groups Projects
  1. Oct 19, 2016
  2. Oct 14, 2016
  3. Sep 27, 2016
  4. Sep 22, 2016
  5. Jul 26, 2016
    • Bernd Flemisch's avatar
      remove superfluous `Dumux::` qualifiers · 35bf6f1d
      Bernd Flemisch authored
      Everything in our .hh files is defined within the namespace `Dumux`.
      There were numerous occurrences of `Dumux::` qualifiers that were
      unnecessary. Remove those occurrences. Necessary qualifications
      remain, such as `typedef Dumux::H2O<Scalar> H2O;`.
      35bf6f1d
    • Thomas Fetzer's avatar
      [vtk][test] Start vtk numbering with 0 · 0b670e7b
      Thomas Fetzer authored
      this means
      * the first vtk (normally the initial solution) is *-00000.vtu
      * if all timesteps are writen the time step number and vtk number correspond
      0b670e7b
  6. Jun 28, 2016
  7. Jun 06, 2016
  8. Mar 24, 2016
  9. Mar 23, 2016
  10. Feb 22, 2016
  11. Feb 16, 2016
  12. Feb 10, 2016
  13. Feb 02, 2016
  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
  17. Jan 13, 2016
  18. Jan 08, 2016
  19. Dec 17, 2015
  20. Dec 15, 2015
    • Thomas Fetzer's avatar
      [multidomain,Beavers-Joseph] Move evalBeaversJoseph to LOP which prevents a... · 49cbd33e
      Thomas Fetzer authored
      [multidomain,Beavers-Joseph] Move evalBeaversJoseph to LOP which prevents a reimplementation in the non-isothermal coupling local residual.
      
      Move beaversJospehCoeff to SpatialParamters, where it belongs.
      Changes in reference solution was triggered, comments see below.
      
      2cstokes2p2c:
      Checked storage.out (e.g. the evaporation rate):
        - changes were lass than 1 per mile.
      Checked vertical velocity profiles in the middle of the domain:
        - v_0: no visible difference
        - v_1: main deviation (5%) in middle, where the profile is oscillating anyway and NOT at the interface
      Checked horizontal velocity profiles:
        - v_0: small differences towards the outflow boundary
        - v_1: difference during the profile development
      
      2cnizeroeq2p2cni (freeflow):
      Checked vertical velocity profiles in the middle of the domain:
        - v_0: no visible difference
        - v_1: no visible difference
      Checked horizontal velocity profiles:
        - v_0: no visible difference
        - v_1: small differences towards the outflow boundary
      
      2cnizeroeq2p2cni (porousmedium):
      Checked vertical velocity profiles in the middle of the domain:
        - v_0: no visible difference
        - v_1: very small deviation towards the interface (3%)
      49cbd33e
  21. Dec 14, 2015
  22. Dec 11, 2015
Loading