Skip to content
  1. Feb 06, 2023
  2. Jan 04, 2023
  3. Aug 01, 2022
  4. Jul 27, 2022
  5. Nov 07, 2021
  6. Nov 04, 2021
  7. Aug 31, 2021
  8. Aug 11, 2021
  9. Jul 16, 2021
  10. Jul 15, 2021
  11. Jul 14, 2021
  12. Jul 13, 2021
  13. Jul 09, 2021
    • Oliver Sander's avatar
      Merge branch 'introduce-periodic-basis' into 'master' · 95ca73de
      Oliver Sander authored
      Introduce PeriodicBasis
      
      See merge request !263
      95ca73de
    • Andreas Dedner's avatar
      Merge branch 'bugfix/python_with_clang' into 'master' · cfe608a4
      Andreas Dedner authored
      fix some issues when using python bindings with clang - some minor errors and a double registry issue
      
      See merge request !302
      cfe608a4
    • Oliver Sander's avatar
      Introduce PeriodicBasis · 3ae8ae10
      Oliver Sander authored
      PeriodicBasis is a meta basis---a basis that is parametrized
      with another basis.  In a PeriodicBasis, global degrees of freedom
      of the host basis can be grouped into equivalence classes,
      which are then treated as single global degrees of freedom by the
      PeriodicBasis.  This allows, in particular, to implement periodic
      boundary conditions for discretizations without intersection
      integrals.
      
      As there was some controversy about whether such a basis is really
      needed the implementation is in the namespace
      Dune::Functions::Experimental for now.  That will the code some
      more exposure.
      
      Thanks go to Carsten Gräser, who wrote a lot of code in this commit.
      3ae8ae10
  14. Jul 06, 2021
  15. Jul 02, 2021
  16. Jun 30, 2021
  17. Jun 17, 2021
  18. Jun 15, 2021
  19. Jun 03, 2021
  20. Jun 02, 2021
  21. May 31, 2021
Loading