- Jan 15, 2020
-
-
Jakub Klinkovský authored
-
- Jul 14, 2019
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Mar 08, 2019
-
-
Tomáš Oberhuber authored
-
- Jan 25, 2019
-
-
Jakub Klinkovský authored
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Nov 13, 2017
-
-
Vít Hanousek authored
-
- Aug 04, 2017
-
-
Jakub Klinkovský authored
-
- Dec 23, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 07, 2016
-
-
Tomáš Oberhuber 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)
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Plus the associated revamping of the SolverStarter. Also ODESolverMonitor has been removed as its functionality has been merged into the IterativeSolverMonitor.
-
- Aug 08, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 07, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jul 20, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 19, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jul 16, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 11, 2016
-
-
Tomáš Oberhuber authored
-
- Mar 05, 2016
-
-
Tomas Sobotik authored
-
- May 11, 2015
-
-
Tomáš Oberhuber authored
-
- Apr 01, 2015
-
-
Tomas Sobotik authored
-
- Jan 13, 2015
-
-
Tomáš Oberhuber authored
-
- Dec 15, 2014
-
-
Tomáš Oberhuber authored
-
- Nov 22, 2014
-
-
Tomáš Oberhuber authored
Fixing the solvers.
-