Skip to content
Snippets Groups Projects
  1. Aug 20, 2019
  2. Aug 19, 2019
  3. Oct 30, 2018
  4. Sep 14, 2018
  5. Feb 05, 2018
  6. Jan 31, 2018
  7. Jan 30, 2018
  8. Jan 15, 2018
  9. Jan 12, 2018
  10. Jan 03, 2018
  11. 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
  12. Aug 28, 2017
    • Dominic Kempf's avatar
      Have a dedicated visitor for lambda generation from driver · b245879d
      Dominic Kempf authored
      So far, we used a global context to tell the normal visitor,
      that it is generating for driver code. This was feasible, as
      we only had one differing implementation. With more differences,
      it is better style to derive from the visitor and implement
      the differences there.
      b245879d
  13. Aug 25, 2017
Loading