Skip to content
Snippets Groups Projects
  1. Jul 29, 2019
  2. Jul 24, 2019
  3. Jul 22, 2019
  4. Apr 11, 2019
  5. Feb 18, 2019
  6. Oct 30, 2018
  7. Oct 18, 2018
    • Marcel Koch's avatar
      adds option `generate_jacobian_apply` · 7f666045
      Marcel Koch authored
      This options enables to generate jacobian apply methods regardless
      of the `matrix_free` option. If `matrix_free` is set to true,
      `generate_jacobian_apply` is also set to true. This option replaces
      `matrix_free` in all contexts except in the selection of the solver.
      7f666045
  8. Mar 21, 2018
  9. Mar 13, 2018
  10. Feb 16, 2018
  11. Feb 06, 2018
  12. Feb 05, 2018
  13. Jan 30, 2018
  14. Jan 29, 2018
  15. Jan 25, 2018
  16. Jan 17, 2018
  17. 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
  18. Jan 04, 2018
  19. Jan 03, 2018
  20. Oct 09, 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 25, 2017
Loading