Skip to content
Snippets Groups Projects
  1. Nov 17, 2018
  2. Nov 13, 2018
  3. Nov 09, 2018
  4. Nov 02, 2018
  5. 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
  6. Aug 06, 2018
  7. Aug 02, 2018
  8. Jul 25, 2018
  9. Jun 24, 2018
  10. May 02, 2018
  11. Apr 17, 2018
  12. Mar 07, 2018
  13. Mar 01, 2018
  14. Feb 22, 2018
  15. Feb 14, 2018
  16. Feb 02, 2018
  17. Jan 25, 2018
  18. Jan 23, 2018
  19. Jan 22, 2018
  20. Dec 18, 2017
    • Timo Koch's avatar
      [bboxtree] Extract intersection algorithms from bounding box tree · e3282300
      Timo Koch authored
      * Generalize bounding box tree
      * Extract intersection algorithms
      * Fix some epsilon issues in interval (1d) and triangle (2d) point intersection
      * Adapt point sources to new interface
      * Adapt fv grid geometry to new interface -> element map moved to basefvgeometry
      * Improve bounding box tree test
      e3282300
  21. Dec 16, 2017
  22. Dec 11, 2017
  23. Dec 08, 2017
  24. Dec 07, 2017
  25. Dec 03, 2017
  26. Nov 29, 2017
  27. Nov 21, 2017
  28. Oct 25, 2017
  29. Apr 06, 2017
  30. Mar 23, 2017
Loading