Skip to content
Snippets Groups Projects
  1. Dec 12, 2018
  2. Nov 22, 2018
  3. Sep 02, 2018
  4. Jul 22, 2018
  5. Jan 09, 2018
  6. Nov 06, 2017
  7. 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
  8. Sep 08, 2017
  9. Jul 05, 2017
  10. Jul 02, 2017
  11. Apr 05, 2017
  12. Feb 11, 2017
  13. Feb 08, 2017
  14. Feb 07, 2017
  15. Nov 29, 2016
  16. Nov 18, 2016
  17. 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
  18. Aug 28, 2016
  19. Jul 20, 2016
Loading