Skip to content
Snippets Groups Projects
  1. Aug 18, 2016
  2. Aug 15, 2016
  3. Aug 11, 2016
    • Bernd Flemisch's avatar
      Merge branch 'feature/update-to-current-opm-release' into 'master' · fd6579b9
      Bernd Flemisch authored
      [cornerpoint] adapt to current Opm release 2016.04
      
      With Opm release 2016.04, the module dune-cornerpoint has been
      renamed to opm-grid. Interfaces changed without deprecation. There
      doesn't seem to be a preprocessor macro to check for the employed
      Opm version. Therefore, drop support for older versions and only
      support 2016.04.
      
      See merge request !182
      fd6579b9
  4. Aug 10, 2016
  5. Aug 08, 2016
    • Timo Koch's avatar
      Merge branch 'feature/remove-dumux-qualifiers' into 'master' · 3f36a3ef
      Timo Koch authored
      remove superfluous `Dumux::` qualifiers
      
      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;`.
      
      See merge request !178
      3f36a3ef
  6. Aug 03, 2016
  7. Aug 02, 2016
    • Bernd Flemisch's avatar
      [cornerpoint] adapt to current Opm release 2016.04 · f72f09d2
      Bernd Flemisch authored
      With Opm release 2016.04, the module dune-cornerpoint has been
      renamed to opm-grid. Interfaces changed without deprecation. There
      doesn't seem to be a preprocessor macro to check for the employed
      Opm version. Therefore, drop support for older versions and only
      support 2016.04.
      f72f09d2
  8. Jul 26, 2016
  9. Jul 20, 2016
  10. Jul 07, 2016
  11. Jul 06, 2016
  12. Jul 04, 2016
    • Martin Beck's avatar
      [effectivepermeabilityrutqvisttsang] Got rid of dim as template parameter · e9525909
      Martin Beck authored
      The type of effectivePermeability is auto instead of a FieldMatrix. This
      is more flexible and does not require dim as a template parameter.
      e9525909
    • Martin Beck's avatar
      [effectivepermeabilityrutqvisttsang] Outsourced permeability calculation · 91d66f10
      Martin Beck authored
      Reviewed by heck
      
      Instead of calculating it in the local residual, the effective permeability
      is now calculated within a new file permeabilityrutqvisttsang.hh in the
      folder dumux/material/fluidmatrixinteractions.
      This is just one possible effective permeability model. Several others can be
      added and set via the property EffectivePermeabilityModel.
      
      Up to now, the permeabilities were averaged twice, first by calculating
      the mean of the mean of the intrinsic permeabilities in the flux variables
      and later by averaging the effective permeabilities in the local residual.
      This is redundant. Now, only the mean of the effective permeability is
      calculated in the local residual.
      This change required to change the reference files for the sequential and
      the parallel test.
      91d66f10
  13. Jun 29, 2016
  14. Jun 28, 2016
  15. Jun 21, 2016
Loading