Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Oct 16, 2020
  2. Oct 08, 2020
  3. Sep 09, 2020
  4. Sep 02, 2020
  5. Aug 31, 2020
    • Tom Fischer's avatar
      [PL] TimeLoop: drop unnecessary variable t. · e0103d60
      Tom Fischer authored
      e0103d60
    • Tom Fischer's avatar
      [PL] Fix bug in TimeLoop::outputSolutions. · 375f334c
      Tom Fischer authored
      For the staggered coupling some additional work has
      to be done in the same scope of the remaining code.
      
      The call to preTimestep uses internally Process::_coupled_solutions
      which is a pointer to an object of type
      CoupledSolutionsForStaggeredScheme.
      This variable is set by setCoupledSolutionsForStaggeredScheme()
      using the address of a *local* variable that will
      be destroyed when the execution of the code is out
      of the scope. For this reason the call to
      preTimestep have to be inside the same scope.
      375f334c
  6. Aug 27, 2020
  7. Aug 04, 2020
  8. Jul 16, 2020
  9. Jul 07, 2020
  10. Jul 02, 2020
  11. May 29, 2020
  12. May 20, 2020
  13. May 16, 2020
  14. 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
  15. May 07, 2020
  16. 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
  17. Apr 10, 2020
  18. Feb 27, 2020
  19. Jan 03, 2020
  20. Dec 10, 2019
  21. Nov 06, 2019
  22. Oct 24, 2019
  23. Oct 23, 2019
  24. Oct 10, 2019
  25. Oct 09, 2019
  26. Sep 26, 2019
  27. Sep 24, 2019
Loading