Skip to content
Snippets Groups Projects
  1. Sep 21, 2021
  2. Sep 03, 2021
  3. Aug 27, 2021
  4. Aug 15, 2021
  5. Apr 04, 2021
  6. Mar 18, 2021
  7. Mar 08, 2021
  8. Jan 22, 2021
  9. Jan 13, 2021
  10. Jan 08, 2021
  11. Jan 01, 2021
  12. Dec 30, 2020
  13. Dec 23, 2020
  14. Dec 22, 2020
  15. Nov 18, 2020
  16. Nov 17, 2020
  17. Oct 16, 2020
  18. Oct 08, 2020
  19. Sep 09, 2020
  20. Sep 02, 2020
  21. 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
  22. Aug 27, 2020
  23. Aug 04, 2020
  24. Jul 16, 2020
  25. Jul 07, 2020
  26. Jul 02, 2020
Loading