Skip to content
Snippets Groups Projects
  1. Nov 29, 2024
  2. Oct 18, 2024
  3. Aug 08, 2024
    • HBShaoUFZ's avatar
      add feature to normalize A matrix and RHS vector · a15413b1
      HBShaoUFZ authored
      implementation, normalize A and rhs
      
      add feature in nonlinear solver
      
      Comment out of writing matrices for debugging
      
      Normalize linear equation system only for rectangular shaped A Matrix
      
      add the switch in NonlinearSolver
      
      add feature in matMultTranspose
      
      only when A is not square
      
      deactivate PETSc implementation
      
      add the check function in EquationSystem
      
      add override functions in ODE
      
      add override functions in TimeDiscretizedODESystem
      a15413b1
  4. Jul 02, 2024
  5. May 08, 2024
  6. Apr 12, 2024
  7. Apr 11, 2024
  8. Feb 01, 2024
  9. Jan 02, 2024
  10. Sep 25, 2023
  11. Jan 03, 2023
  12. Sep 17, 2022
  13. Aug 17, 2022
  14. Mar 31, 2022
  15. Feb 04, 2022
  16. Jan 09, 2022
  17. Jul 28, 2021
  18. Apr 04, 2021
  19. Mar 06, 2021
  20. Mar 02, 2021
  21. Mar 01, 2021
  22. Jan 01, 2021
  23. Oct 01, 2020
  24. Jul 16, 2020
  25. 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
  26. 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
  27. Apr 10, 2020
  28. Jan 03, 2020
  29. Dec 04, 2019
  30. Nov 06, 2019
  31. Oct 24, 2019
  32. Oct 10, 2019
Loading