Skip to content
Snippets Groups Projects
  1. May 20, 2020
  2. May 16, 2020
  3. May 12, 2020
    • Dmitri Naumov's avatar
      [PL] Change postTimestep and computeSecVars order. · f3a47552
      Dmitri Naumov authored
      In the processes the postTimestep is also used to store local variables
      for the next time step. Computation of secondary variables and other
      local quantities is done in the computeSecondaryVariables.
      Changing the order prevents that values from last iteration (not from
      final solution) are stored for the next timestep.
      f3a47552
  4. May 07, 2020
  5. 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
  6. Apr 10, 2020
  7. Feb 27, 2020
  8. Jan 03, 2020
  9. Dec 10, 2019
  10. Nov 06, 2019
  11. Oct 24, 2019
  12. Oct 23, 2019
  13. Oct 10, 2019
  14. Oct 09, 2019
  15. Sep 26, 2019
  16. Sep 24, 2019
  17. Sep 23, 2019
  18. Sep 19, 2019
  19. Sep 18, 2019
  20. Sep 17, 2019
  21. Sep 12, 2019
  22. Aug 29, 2019
  23. Aug 26, 2019
Loading