Skip to content
Snippets Groups Projects
  1. Nov 17, 2018
  2. Nov 14, 2018
  3. Nov 13, 2018
  4. Nov 12, 2018
  5. Nov 09, 2018
  6. Nov 02, 2018
  7. Sep 30, 2018
  8. Sep 28, 2018
  9. Sep 04, 2018
    • Bernd Flemisch's avatar
      harmonize phase names · cd8191fb
      Bernd Flemisch authored and Kilian Weishaupt's avatar Kilian Weishaupt committed
      Implement decision made in !1137:
      - 1p gas: `gas`
      - 1p liquid: `liq`
      - 2p gas/liquid: `gas` and `liq`
      - 2p liquid/liquid: `aq` and `napl`
      - 3p: `gas`, `aq` and `napl`
      - solid: `s`
      
      Add `IsAqueous` to components to detect if a component is aqueous or not.
      Adapt reference solutions.
      Adjust `primaryVariableName` only where necessary to make the tests pass.
      Will be treated in general in !1212.
      cd8191fb
  10. Aug 27, 2018
  11. Aug 10, 2018
  12. Aug 08, 2018
  13. Aug 06, 2018
  14. Jul 20, 2018
  15. Jul 12, 2018
  16. Jul 09, 2018
  17. Jun 28, 2018
    • Kilian Weishaupt's avatar
      [test] Use new grid managers · 5a326c86
      Kilian Weishaupt authored and Timo Koch's avatar Timo Koch committed
      5a326c86
    • Timo Koch's avatar
      [io][gridmanager] Implement grid manager and grid data classes without singleton · 82be40dc
      Timo Koch authored
      Implement a grid manager class that creates grids and a grid data object. The new class
      is no longer a singleton. It is instantiated by the user. It is possible to get a
      shared_ptr to the grid data to pass it on to e.g. problem / spatial parameter classes.
      
      * No longer sets the overlap automatically (overlap to be checked by the grid geometry)
      * Does not depend on discretization method or TypeTag anymore
      
      Joint work with Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
      82be40dc
  18. Jun 18, 2018
  19. Jun 05, 2018
Loading