Skip to content
Snippets Groups Projects
  1. Mar 09, 2016
    • Timo Koch's avatar
      Merge branch 'fix/el2pfluxvars' into 'master' · 2e0bd1fa
      Timo Koch authored
      [el2p] Adjust name of friend class
      
      
      
      See merge request !104
      2e0bd1fa
    • Christoph Grüninger's avatar
      [el2p] Adjust name of friend class · 2a729511
      Christoph Grüninger authored
      2a729511
    • 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
    • Timo Koch's avatar
      [fixup] Fix typo: pcgn uses ste not swe. · 07a37287
      Timo Koch authored
      07a37287
    • Timo Koch's avatar
      Merge branch 'fix/co2-box-test' into 'master' · 81a3dfc7
      Timo Koch authored
      [test][CO2] Ignore vertex-wise defined porosity
      
      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.
      
      See merge request !91
      81a3dfc7
    • Kilian Weishaupt's avatar
      Merge branch 'feature/modules' into 'master' · cbe057c9
      Kilian Weishaupt authored
      [doxygen] add documentation and reorder modules according to new structure
      
      improve documentation for 2pnc and 2pncmin model and add description for classes
      rename modules (sequential...) and reorder according to new structure (porousmediumflow...)
      
      See merge request !90
      cbe057c9
Loading