Skip to content
Snippets Groups Projects
  1. Jan 25, 2019
  2. Jan 23, 2019
  3. Dec 12, 2018
  4. Dec 04, 2018
  5. Dec 03, 2018
  6. Nov 30, 2018
  7. Nov 28, 2018
  8. Nov 26, 2018
  9. Nov 22, 2018
  10. Sep 02, 2018
  11. Jul 22, 2018
  12. Jan 09, 2018
  13. Nov 06, 2017
  14. Sep 18, 2017
    • Vít Hanousek's avatar
      - Remowe most of old MPI support. · 09827410
      Vít Hanousek authored
      - Add Template abstraction to MPIIsend and MPIIRecv
      - Distributed Grid Synchronizer is now indipendend on DOF datatype (bound to basic C types, types known by MPI)
      - Distributed Grid Synchronizer now uses WaitAll function.
      09827410
  15. Sep 08, 2017
  16. Jul 05, 2017
  17. Jul 02, 2017
  18. Apr 05, 2017
  19. Feb 11, 2017
  20. Feb 08, 2017
  21. Feb 07, 2017
  22. Nov 29, 2016
  23. Nov 18, 2016
  24. Sep 27, 2016
    • Jakub Klinkovský's avatar
      Fixed issues reported in compiler warnings · 58e7adde
      Jakub Klinkovský authored
      - base class with non-virtual destructor causes undefined behaviour
      - missing return statements at the end of non-void functions
      - missing const before char* function argument
      - reordered initialization of class members
      - misleading indentation after for statement
      - fixed use of uninitialized variables
      - fixed unsequenced modification and access to variables (the C++
        standard does not define the evaluation order of operands, so
        expressions with side-effects such as j++ cause undefined behaviour)
      58e7adde
  25. Aug 28, 2016
  26. Jul 20, 2016
Loading