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