- Dec 12, 2018
-
-
Added ConfigDescription documentation and added small changes in Object, Math and ParameterContainer.
-
-
-
-
- Nov 22, 2018
-
-
Jakub Klinkovský authored
This got broken in commit 6c4b6f28
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Jul 22, 2018
-
-
Tomáš Oberhuber authored
-
- Jan 09, 2018
-
-
Jakub Klinkovský authored
-
- Nov 06, 2017
-
-
Tomáš Oberhuber authored
-
- Sep 18, 2017
-
-
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.
-
- Sep 08, 2017
-
-
Vít Hanousek authored
-
- Jul 05, 2017
-
-
Jakub Klinkovský authored
-
- Jul 02, 2017
-
-
Jakub Klinkovský authored
-
- Apr 05, 2017
-
-
Vít Hanousek authored
-
- Feb 11, 2017
-
-
Tomáš Oberhuber authored
-
- Feb 08, 2017
-
-
Tomáš Oberhuber authored
-
- Feb 07, 2017
-
-
Tomáš Oberhuber authored
-
- Nov 29, 2016
-
-
Tomáš Oberhuber authored
-
- Nov 18, 2016
-
-
Jakub Klinkovský authored
-
- Sep 27, 2016
-
-
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)
-
- Aug 28, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 20, 2016
-
-
Tomáš Oberhuber authored
-