Skip to content
Snippets Groups Projects
  1. Nov 30, 2023
  2. Apr 19, 2023
  3. Mar 23, 2023
  4. Apr 27, 2022
  5. Aug 24, 2021
  6. Oct 02, 2020
  7. Dec 17, 2018
  8. Nov 17, 2018
  9. Nov 09, 2018
  10. Nov 02, 2018
  11. 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
  12. Dec 08, 2017
  13. Dec 08, 2015
  14. Sep 18, 2012
  15. Aug 27, 2012
  16. Jan 31, 2012
  17. Jan 05, 2012
  18. Jan 03, 2012
  19. Dec 16, 2011
  20. Sep 20, 2011
    • Andreas Lauser's avatar
      property system: improve introspection · 6a3fa8df
      Andreas Lauser authored
      now it is possible to print where the point of definition and the
      inheritance structure for all properties of a given type tag. for
      properties defined using the convenience macros SET_*_PROP it is even
      possible to print their value. the generic startup routines plus
      test_2p have been adapted to print everything. todo: introduce a
      parameter which allows to turn of the output at runtime.
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6637 2fb0f335-1f38-0410-981e-8018bf24f1b0
      6a3fa8df
  21. May 27, 2011
  22. Jan 04, 2011
  23. Nov 12, 2010
  24. Nov 08, 2010
  25. Aug 26, 2010
  26. Aug 24, 2010
  27. Jul 14, 2010
Loading