Skip to content
Snippets Groups Projects
  1. May 02, 2018
  2. Apr 17, 2018
  3. Mar 07, 2018
  4. Mar 01, 2018
  5. Feb 22, 2018
  6. Feb 14, 2018
  7. Feb 02, 2018
  8. Jan 25, 2018
  9. Jan 23, 2018
  10. Jan 22, 2018
  11. 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
  12. Dec 16, 2017
  13. Dec 11, 2017
  14. Dec 08, 2017
  15. Dec 07, 2017
  16. Dec 03, 2017
  17. Nov 29, 2017
  18. Nov 21, 2017
  19. Oct 25, 2017
  20. Apr 06, 2017
  21. Mar 23, 2017
  22. Mar 22, 2017
  23. Feb 09, 2017
  24. Dec 29, 2016
    • Martin Beck's avatar
      Merge branch 'fix/restartAndEpisodes' into 'master' · ab4be264
      Martin Beck authored
      Fix/restart and episodes
      
      For me it would be more intuitive to first advance the time level and then do all the processing and file writing. However this is more complicated, therefore I shifted the restart stuff to the same level as the vtk output stuff.
      
      See merge request !310
      ab4be264
  25. Dec 21, 2016
  26. Nov 15, 2016
  27. Jul 26, 2016
    • Bernd Flemisch's avatar
      remove superfluous `Dumux::` qualifiers · 35bf6f1d
      Bernd Flemisch authored
      Everything in our .hh files is defined within the namespace `Dumux`.
      There were numerous occurrences of `Dumux::` qualifiers that were
      unnecessary. Remove those occurrences. Necessary qualifications
      remain, such as `typedef Dumux::H2O<Scalar> H2O;`.
      35bf6f1d
    • Thomas Fetzer's avatar
      [vtk][test] Start vtk numbering with 0 · 0b670e7b
      Thomas Fetzer authored
      this means
      * the first vtk (normally the initial solution) is *-00000.vtu
      * if all timesteps are writen the time step number and vtk number correspond
      0b670e7b
  28. Jun 28, 2016
  29. Apr 29, 2016
  30. Apr 26, 2016
    • Timo Koch's avatar
      [test][bboxtree] Improve test · 8cf86ae4
      Timo Koch authored
      Add test cases where an intersection
      * is on an edge
      * goes through a corner
      * one-d element is split by face
      
      Add timer for intersection computation.
      8cf86ae4
  31. Apr 21, 2016
    • Timo Koch's avatar
      [test][bboxtree] Add a feature test for the bounding box tree · cb4a9df1
      Timo Koch authored
      * Constructs bounding box tree
      * Test intersection with points
      * If dune-foamgrid available tests for intersection with a network
      * Test all above tests for invariance w.r.t. grid coord scaling
      
      Things that could be added in the future:
      * Test with unstructured grids
      * Test with different grid managers
      cb4a9df1
Loading