Skip to content
Snippets Groups Projects
  1. Dec 04, 2018
  2. Nov 28, 2018
  3. Nov 17, 2018
  4. Nov 13, 2018
  5. Nov 09, 2018
  6. Nov 02, 2018
  7. 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
  8. Aug 06, 2018
  9. Aug 02, 2018
  10. Jul 25, 2018
  11. Jun 24, 2018
  12. May 02, 2018
  13. Apr 17, 2018
  14. Mar 07, 2018
  15. Mar 01, 2018
  16. Feb 22, 2018
  17. Feb 14, 2018
  18. Feb 02, 2018
  19. Jan 25, 2018
  20. Jan 23, 2018
  21. Jan 22, 2018
  22. 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
  23. Dec 16, 2017
  24. Dec 11, 2017
  25. Dec 08, 2017
  26. Dec 07, 2017
  27. Dec 03, 2017
  28. Nov 29, 2017
  29. Nov 21, 2017
  30. Oct 25, 2017
Loading