Skip to content
Snippets Groups Projects
  1. Jun 17, 2019
  2. May 30, 2019
  3. May 29, 2019
  4. May 20, 2019
  5. May 13, 2019
  6. Apr 06, 2019
  7. Apr 04, 2019
  8. Mar 19, 2019
  9. Dec 17, 2018
  10. Dec 04, 2018
  11. Nov 28, 2018
  12. Nov 17, 2018
  13. Nov 13, 2018
  14. Nov 09, 2018
  15. Nov 02, 2018
  16. Oct 17, 2018
    • Timo Koch's avatar
      [properties] Add macros and use new property system · 475b5fe2
      Timo Koch authored
      * Adjust old macro test to only use existing macros
      * Depracate the header containing the macros (they should be replaced soon)
      
      Clues when changing to new property system
      * NEW_PROP_TAG is now a definition and can only be there once just like NEW_TYPE_TAG
        - if you're not using macros you can simply use forward declarations of properties whereever needed
        - for the most properties in dumux the definition is in the header common/properties.hh which can just be included
      * The order of precedence in INHERITS_FROM is reverse than in the previous implementation
        - if the macro is used the order is flipped
        - if you replace the macro you also have to flip the order manually
      475b5fe2
    • Timo Koch's avatar
  17. Aug 06, 2018
  18. Aug 02, 2018
  19. Jul 25, 2018
  20. Jun 24, 2018
  21. May 02, 2018
  22. Apr 17, 2018
Loading