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