Skip to content
Snippets Groups Projects
  1. Oct 29, 2020
  2. Oct 23, 2020
  3. Oct 22, 2020
    • Christoph Grüninger's avatar
      Use named struct · dc22b8ea
      Christoph Grüninger authored
      This fixes Clang 11's warning: anonymous non-C-compatible
      type given name for linkage purposes by typedef declaration;
      add a tag name here [-Wnon-c-typedef-for-linkage]
      dc22b8ea
  4. Aug 17, 2020
  5. Aug 11, 2020
  6. Apr 29, 2020
  7. Apr 28, 2020
  8. Feb 12, 2020
    • Christoph Grüninger's avatar
      [!152] [!149] [bugfix] Fix bisection loadbalancing algorithm · fb1e5072
      Christoph Grüninger authored
      Merge branch 'cherry-pick-3865fe02' into 'releases/2.7'
      
      ref:staging/dune-uggrid Merge branch 'fix/issue51-loadbalancer' into 'master'
      
      ref:staging/dune-uggrid ebf74cbf replaces
      three sort functions by a template. However, the template arguments were never
      used in the function, so we only sorted in one coordinate direction. This
      commit fixes this by replacing the hard-coded indices with the template
      argument values.
      
      Thanks to Leopold Stadler for finding the offending commit.
      
      -   Should be backported to the release/2.7 branch.
      
      Fixes [[#51]]
      
      See merge request [[!149]]
      
      Closes [#51]
      
      (cherry picked from commit 3865fe02)
      
      105df623 \[bugfix\] Fix bisection loadbalancing algorithm
      
      See merge request [!152]
      
        [#51]: gitlab.dune-project.org/NoneNone/issues/51
        [!149]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/149
        [!152]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/152
      fb1e5072
  9. Feb 10, 2020
    • Oliver Sander's avatar
      [!149] [bugfix] Fix bisection loadbalancing algorithm · 36e641a5
      Oliver Sander authored
      Merge branch 'fix/issue51-loadbalancer' into 'master'
      
      ref:staging/dune-uggrid ebf74cbf replaces
      three sort functions by a template. However, the template arguments were never
      used in the function, so we only sorted in one coordinate direction. This
      commit fixes this by replacing the hard-coded indices with the template
      argument values.
      
      Thanks to Leopold Stadler for finding the offending commit.
      
      -   Should be backported to the release/2.7 branch.
      
      Fixes [#51]
      
      See merge request [!149]
      
        [#51]: gitlab.dune-project.org/NoneNone/issues/51
        [!149]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/149
      
      
      Closes #51
      
      (cherry picked from commit 3865fe02)
      
      105df623 [bugfix] Fix bisection loadbalancing algorithm
      36e641a5
  10. Jan 11, 2020
  11. Dec 20, 2019
  12. Dec 14, 2019
    • Oliver Sander's avatar
      [!143] Feaure/dont use ug symlinks · 1766c59e
      Oliver Sander authored
      Merge branch 'feaure/dont-use-ug-symlinks' into 'master'
      
      ref:staging/dune-uggrid The hack to have every sub-directory in the include
      path does no longer work for me. Time to get it fixed by making the include
      paths relative to dune-uggrid root directory.
      
      -   include paths relative to dune-uggrid root directory
      -   move header files below dune/uggrid/.
      -   drop folder ug/ and compatibility with UG 3.13.
      
      Supersedes [!137] Fixes [#13]
      
      See merge request [!143]
      
        [!137]: gitlab.dune-project.org/NoneNone/merge_requests/137
        [#13]: gitlab.dune-project.org/NoneNone/issues/13
        [!143]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/143
      
      
      Closes #13
      1766c59e
  13. Dec 13, 2019
  14. Dec 04, 2019
  15. Nov 28, 2019
Loading