Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Jul 07, 2020
  2. Jul 02, 2020
  3. May 29, 2020
  4. May 20, 2020
  5. May 16, 2020
  6. 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
  7. May 07, 2020
  8. 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
  9. Apr 10, 2020
  10. Feb 27, 2020
  11. Jan 03, 2020
  12. Dec 10, 2019
  13. Nov 06, 2019
  14. Oct 24, 2019
  15. Oct 23, 2019
  16. Oct 10, 2019
  17. Oct 09, 2019
  18. Sep 26, 2019
  19. Sep 24, 2019
  20. Sep 23, 2019
  21. Sep 19, 2019
  22. Sep 18, 2019
  23. Sep 17, 2019
Loading