Skip to content
Snippets Groups Projects
  1. Nov 14, 2018
  2. Nov 09, 2018
  3. Oct 05, 2018
  4. Sep 19, 2018
  5. Sep 14, 2018
  6. Sep 13, 2018
  7. Sep 12, 2018
  8. Aug 23, 2018
  9. Aug 20, 2018
  10. Aug 16, 2018
  11. Aug 15, 2018
  12. Aug 02, 2018
  13. Jul 23, 2018
  14. Jul 10, 2018
  15. Feb 28, 2018
  16. Feb 23, 2018
  17. Jan 30, 2018
  18. Jan 12, 2018
    • Dominic Kempf's avatar
      dirichlet_expression -> interpolate_expression · c060718c
      Dominic Kempf authored
      There is way more reasons to interpolate a function into the
      solution vector and we cover them with one code path:
      * Dirichlet boundary conditions (strong ones)
      * Initial conditions for instationary expressions
      * Initial guesses for Newton solvers
      c060718c
  19. Dec 06, 2017
  20. Oct 25, 2017
  21. Oct 09, 2017
  22. Oct 06, 2017
  23. Sep 05, 2017
  24. Sep 01, 2017
  25. Aug 31, 2017
  26. 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
Loading