Skip to content
Snippets Groups Projects
  1. Apr 12, 2024
  2. Apr 11, 2024
  3. Feb 01, 2024
  4. Jan 02, 2024
  5. Sep 25, 2023
  6. Jan 03, 2023
  7. Sep 17, 2022
  8. Aug 17, 2022
  9. Mar 31, 2022
  10. Feb 04, 2022
  11. Jan 09, 2022
  12. Jul 28, 2021
  13. Apr 04, 2021
  14. Mar 06, 2021
  15. Mar 02, 2021
  16. Mar 01, 2021
  17. Jan 01, 2021
  18. Oct 01, 2020
  19. Jul 16, 2020
  20. May 07, 2020
    • Dmitri Naumov's avatar
      Store previous time step solution in TimeLoop. · b3fa2f07
      Dmitri Naumov authored
      This simplifies the TimeDiscretization interface:
      pushState and popState are no longer needed. The corresponding
      copies are done in the time loop.
      Since the previous time step solution is no longer stored
      in the time discretization, it is passed to all required
      functions like assemble, getRHS and the like.
      b3fa2f07
  21. Apr 28, 2020
    • Dmitri Naumov's avatar
      [NL] Remove unused time discretization schemes. · 5957f906
      Dmitri Naumov authored
      This are all but backward Euler.
      The few testcases in H2-pp were updated to backward Euler
      without loss of accuracy.
      
       - All processes using a Newton scheme are discretized
      for the backward Euler scheme only. They are not usable
      with other time discretizations.
       - Greatly simplifies code maintenance in this part.
      5957f906
  22. Apr 10, 2020
  23. Jan 03, 2020
  24. Dec 04, 2019
  25. Nov 06, 2019
  26. Oct 24, 2019
  27. Oct 10, 2019
  28. Sep 24, 2019
  29. Sep 12, 2019
    • Dmitri Naumov's avatar
      Add \file for in all files w/o it. · af7e4029
      Dmitri Naumov authored
      Fixes multiple copyright messages in the doxygen docu.
      
      ag '\\file' -L --ignore=ThirdParty *Lib |xargs  sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
      af7e4029
  30. Feb 27, 2019
  31. Jan 21, 2019
Loading