- Aug 24, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 23, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 22, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jul 15, 2018
-
-
Tomáš Oberhuber authored
-
- Jul 14, 2018
-
-
Tomáš Oberhuber authored
-
- Jan 19, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Needs refactoring!
-
- Jan 09, 2018
-
-
Jakub Klinkovský authored
-
- Nov 12, 2017
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Implementation of TimeIndependentPDESolver.
-
- Nov 10, 2017
-
-
Tomáš Oberhuber authored
-
- Jul 03, 2017
-
-
Jakub Klinkovský authored
This is particularly useful for debugging long simulations which don't fail soon.
-
Jakub Klinkovský authored
-
- Jul 02, 2017
-
-
Jakub Klinkovský authored
-
- Jun 21, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 13, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Apr 26, 2017
-
-
Tomáš Oberhuber authored
-
- Apr 22, 2017
-
-
Tomáš Oberhuber authored
-
- Mar 21, 2017
-
-
Tomáš Oberhuber authored
-
- Jan 26, 2017
-
-
Tomáš Oberhuber authored
-
- Jan 05, 2017
-
-
Tomáš Oberhuber authored
-
- Nov 29, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Nov 09, 2016
-
-
Jakub Klinkovský authored
-
- Nov 08, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 15, 2016
-
-
Jakub Klinkovský authored
-
- Oct 09, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 07, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 02, 2016
-
-
Tomáš Oberhuber authored
-
- Sep 28, 2016
-
-
Jakub Klinkovský authored
This reverts commit 40379dcf.
-
Tomáš Oberhuber authored
-
- Sep 27, 2016
-
-
Jakub Klinkovský authored
-
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.
-