Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.dune-project.org/extensions/dune-alugrid.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Mar 09, 2019
  2. Feb 19, 2019
  3. Feb 18, 2019
  4. Feb 16, 2019
  5. Feb 15, 2019
  6. Feb 06, 2019
    • Robert K's avatar
      [!61] Fix for optimized clang 7 builds · b7eb7b38
      Robert K authored
      Merge branch 'bugfix/fix-error-on-clang-7' into 'master'
      
      ref:extensions/dune-alugrid When building current ALUGrid with clang 7 in
      optimized mode (-O3), I get assertion errors during grid construction. I
      traced the problem down to the utility function cyclicReorder(), which
      contains a rather complicated expression that lacks intermediate sequence
      points. This seems to horribly trip up clang's optimizer.
      
      Fixed by splitting the offending expression into separate statements.
      
      Closes [#50]
      
      See merge request [extensions/dune-alugrid!61]
      
        [#50]: gitlab.dune-project.org/NoneNone/issues/50
        [extensions/dune-alugrid!61]: gitlab.dune-project.org/extensions/dune-alugrid/merge_requests/61
      
      
      Closes #50
      b7eb7b38
  7. Feb 05, 2019
    • Steffen Müthing's avatar
      Fix for optimized clang 7 builds · f89188b8
      Steffen Müthing authored
      When building current ALUGrid with clang 7 in optimized mode (-O3), I get
      assertion errors during grid construction. I traced the problem down to the
      utility function cyclicReorder(), which contains a rather complicated expression
      that lacks intermediate sequence points. This seems to horribly trip up clang's
      optimizer.
      
      Fixed by splitting the offending expression into separate statements.
      f89188b8
  8. Jan 23, 2019
  9. Jan 17, 2019
  10. Jan 11, 2019
  11. Jan 10, 2019
  12. Jan 09, 2019
    • Robert K's avatar
      [!48] Introduce projection for manifolds by adding a proectInside_ variable · b8d199c0
      Robert K authored
      Merge branch 'bugfix/allow-for-projection-of-manifolds' into 'master'
      
      ref:extensions/dune-alugrid Related to [#35]
      
      This introduces a boolean projectInside_ to enable or disable projection of
      the fake 2d boundary (i.e. manifold)
      
      See merge request [extensions/dune-alugrid!48]
      
        [#35]: gitlab.dune-project.org/NoneNone/issues/35
        [extensions/dune-alugrid!48]: gitlab.dune-project.org/extensions/dune-alugrid/merge_requests/48
      b8d199c0
  13. Jan 04, 2019
  14. Dec 19, 2018
  15. Dec 17, 2018
  16. Nov 14, 2018
  17. Nov 13, 2018
  18. Nov 12, 2018
  19. Nov 11, 2018
  20. Nov 08, 2018
    • Robert K's avatar
      [!55] Fix clang-6 compilation issues. · 3ad489e3
      Robert K authored
      Merge branch 'bugfix/clang-6-fix' into 'master'
      
      ref:extensions/dune-alugrid For some unknown reason clang-6.0 fails with e.g.
      
          /Users/heinecj/Projects/DUNE/head/dune-alugrid/utils/bisection-compatibility/bisectioncompatibility.hh:103:53: error: 
                cannot compile this aggregate expression yet
                type0faces_( stevensonRefinement_ ? EdgeType({3,0}) : EdgeType({3,2}) ),
      
      without this patch.
      
      See merge request [extensions/dune-alugrid!55]
      
        [extensions/dune-alugrid!55]: gitlab.dune-project.org/extensions/dune-alugrid/merge_requests/55
      3ad489e3
  21. Nov 07, 2018
  22. Nov 06, 2018
  23. Nov 02, 2018
Loading