Skip to content
Snippets Groups Projects
  1. Jul 29, 2019
  2. Jul 22, 2019
  3. Apr 11, 2019
  4. Nov 09, 2018
  5. Oct 30, 2018
  6. 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
  7. Sep 12, 2018
  8. Aug 16, 2018
  9. Aug 15, 2018
  10. Jul 10, 2018
  11. Feb 05, 2018
  12. Jan 30, 2018
  13. Jan 29, 2018
  14. Jan 17, 2018
  15. Jan 12, 2018
  16. Jan 03, 2018
  17. Oct 25, 2017
  18. Oct 05, 2017
  19. Sep 05, 2017
  20. Sep 01, 2017
  21. 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
  22. Aug 28, 2017
  23. Aug 25, 2017
Loading