Skip to content
Snippets Groups Projects
  1. Mar 09, 2016
    • Bernd Flemisch's avatar
      [cornerpoint] Fix test and fluxvariables. Adapt to Opm 2015.10. · 0ea57949
      Bernd Flemisch authored
      - Add a missing } in the test cc file.
      - Add Dune::Geometries to CpFVElementGeometry.
      - Fix the boundary transmissibilities.
      - Change call to Opm parser routine to be compatible with Opm 2015.10.
      - Adapt patches to Opm 2015.10.
      0ea57949
    • Bernd Flemisch's avatar
      Merge branch 'feature/make-fluxvars-default-constructible' into 'master' · 51f2c5a6
      Bernd Flemisch authored
      Feature/make fluxvars default constructible
      
      Make all flux variables default constructable.
      
      This merge request contains backward imcompatible. All flux variables
      now have to be default constructed. Implementers of flux variables
      need to make their implementation default construcable too.
      All calls to the old non-default ctors will throw errors at runtime and
      emit deprecation warning at compile time. FluxVars are no constructed
      and update like this:
      
      FluxVariables fluxVars;
      fluxVars.update(...)
      
      Being default contructable offers more flexible class inheritance
      and more flexible caching possiblities.
      
      * Simplifiy 2pnc and 2pncmin flux variables through inheritance
      * Deprecates the unused `rhoFactor_` in 2p2c, 2pnc, and 3p3c
      * [x] Fix 2pncmin test
      
      See merge request !89
      51f2c5a6
  2. Mar 08, 2016
  3. Mar 07, 2016
  4. Mar 04, 2016
  5. Mar 03, 2016
  6. Mar 02, 2016
Loading