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. May 30, 2022
  2. May 17, 2022
  3. May 16, 2022
  4. May 13, 2022
  5. Apr 22, 2022
  6. Mar 05, 2022
  7. Mar 04, 2022
  8. Mar 03, 2022
  9. Feb 03, 2022
  10. Jan 09, 2022
  11. Dec 22, 2021
  12. Dec 02, 2021
  13. Dec 01, 2021
  14. Nov 06, 2021
  15. Oct 23, 2021
  16. Oct 22, 2021
    • dedner's avatar
      add config.opts file to metadata and enable CMP0087 NEW cmake policy · 526bba72
      dedner authored
      comment out CMP0087 NEW cmake policy because it fails on some CI runners
      
      correctly set CMP0087 cmake policy to NEW for cmake >= 3.14
      526bba72
    • dedner's avatar
      replace assertHave with assertCMakeHave which has to be used slightly... · 4fea5df4
      dedner authored
      replace assertHave with assertCMakeHave which has to be used slightly differently with the new dune-py setup process
      
      adapt ci yml file to python bindings on by default
      
      remove uint<int warning
      4fea5df4
    • dedner's avatar
      switch to 2.9 version · 63d64d0c
      dedner authored
      63d64d0c
    • Robert K's avatar
      adapt to new python binding approach in dune-common · b93e77ef
      Robert K authored
      pep 42: use implicit namespace packages which make it possible to combine subpackages using editable (source) and non editable (pypi)
      
      simplify ci setup for python bindings
      
      [bugfix][ci] Disable rules for a moment.
      
      fix issue with conflict removal
      
      add a stopgap solution unti ci repo up and running again
      
      add dune packages to requires in setup.py.in
      
      [needs fixing] remove version in dune.module for testing - needs fixing
      
      [testing]
      
      only add dune modules that have been found as requirements in setup.py.in
      
      removed setup.py.in since the default is provided in dune-common
      b93e77ef
  17. Oct 04, 2021
  18. Oct 03, 2021
  19. Sep 30, 2021
  20. Sep 15, 2021
  21. Sep 08, 2021
    • dedner's avatar
      use a uint as default for ALUGridId::IntegerType - it was int before. Don't... · fb09463d
      dedner authored
      use a uint as default for ALUGridId::IntegerType - it was int before. Don't need negative values so this doubles the possible size for the id without increasing memory footprint. The current implementation fails with a bisection 2d grid with 15 levels which is not too over the top for adaptive problems
      fb09463d
Loading