Skip to content
Snippets Groups Projects
  1. May 13, 2019
  2. Apr 06, 2019
  3. Apr 04, 2019
  4. Mar 19, 2019
  5. Dec 17, 2018
  6. Dec 04, 2018
  7. Nov 28, 2018
  8. Nov 17, 2018
  9. Nov 13, 2018
  10. Nov 09, 2018
  11. Nov 02, 2018
  12. 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
  13. Aug 06, 2018
  14. Aug 02, 2018
  15. Jul 25, 2018
  16. Jun 24, 2018
  17. May 02, 2018
  18. Apr 17, 2018
  19. Mar 07, 2018
  20. Mar 01, 2018
  21. Feb 22, 2018
  22. Feb 14, 2018
  23. Feb 02, 2018
  24. Jan 25, 2018
  25. Jan 23, 2018
  26. Jan 22, 2018
    • Timo Koch's avatar
      [bboxtree] Improve epsilon computation for bbox/bbox intersection · 452fbcad
      Timo Koch authored
      In case one dimension is very small take the maximum between the to be tested box dimensions
      in the corresponding axis direction. There is one corner case left where the epsilon is very small:
      If there are two bboxes of lines, both parallel in an axis direction, their collision is only
      detected if the coordinates are an exact match. However, we currently do not see any used case
      where this might occur.
      452fbcad
Loading