Skip to content
Snippets Groups Projects
  1. Aug 23, 2019
  2. Aug 21, 2019
  3. Aug 20, 2019
  4. Aug 19, 2019
  5. Jul 29, 2019
  6. Jul 22, 2019
  7. Apr 11, 2019
  8. Nov 09, 2018
  9. Oct 30, 2018
  10. Sep 14, 2018
    • Dominic Kempf's avatar
      Fix constraints assembly bug · 6404ec42
      Dominic Kempf authored
      We previously used bool() on the constraints expression to find
      out whether we need to use the DIrichletConstraintsAssembler.
      However, UFL does the stupid thing of evaulating
      
      bool(eq(x[0], 0))
      
      to False, because x[0] and 0 are obvioulsy not the same. Veeeery
      bad behaviour for a symbolic language.
      6404ec42
  11. Sep 12, 2018
  12. Aug 16, 2018
  13. Aug 15, 2018
  14. Jul 10, 2018
  15. Feb 05, 2018
  16. Jan 30, 2018
  17. Jan 29, 2018
  18. Jan 17, 2018
  19. Jan 12, 2018
  20. Jan 03, 2018
  21. Oct 25, 2017
  22. Oct 05, 2017
  23. Sep 05, 2017
  24. Sep 01, 2017
  25. Aug 29, 2017
    • René Heß's avatar
      TensorProductElements (with same degree in all directions) · 34010e9e
      René Heß authored
      - Use TensorProductElement in one example.
      
      - We still use the sumfact option to swicth to the sum factorization
        code branch. This way it is still possible to easily swicth between
        sumfact and non sumfact code.
      
      - Only TensorProductElements with the same degree in all directions
        will work. Anisotropie and adaption of quadrature rule will happen
        in the next commits.
      34010e9e
  26. Aug 28, 2017
  27. Aug 25, 2017
Loading