Skip to content
Snippets Groups Projects
  1. Mar 09, 2016
    • 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
Loading